mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
changed config
This commit is contained in:
parent
e456af7408
commit
676e6b216c
2 changed files with 6 additions and 3 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
|
@ -21,4 +21,7 @@ cdn-cloudcmd.manifest.yml
|
|||
tmp
|
||||
|
||||
#file used by c9
|
||||
apache-status
|
||||
apache-status
|
||||
|
||||
#file used by nodester
|
||||
.nodester.appconfig
|
||||
|
|
@ -1,8 +1,8 @@
|
|||
{
|
||||
"cache" : {"allowed" : true},
|
||||
"minification" : {
|
||||
"js" : true,
|
||||
"css" : true,
|
||||
"js" : false,
|
||||
"css" : false,
|
||||
"html" : true,
|
||||
"img" : true
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue