mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
minor changes
This commit is contained in:
parent
cca3025c94
commit
fccb0a0632
2 changed files with 3 additions and 3 deletions
|
|
@ -2,9 +2,9 @@
|
|||
"api_url" : "/api/v1",
|
||||
"appcache" : false,
|
||||
"minification" : {
|
||||
"js" : false,
|
||||
"js" : true,
|
||||
"css" : true,
|
||||
"html" : false,
|
||||
"html" : true,
|
||||
"img" : true
|
||||
},
|
||||
"cache" : true,
|
||||
|
|
|
|||
|
|
@ -55,7 +55,7 @@
|
|||
exports.librequire = librequire,
|
||||
exports.srvrequire = srvrequire,
|
||||
exports.rootrequire = rootrequire,
|
||||
exports.quietrequire = quietrequire,
|
||||
exports.quietrequire = quietrequire,
|
||||
|
||||
exports.generateHeaders = generateHeaders,
|
||||
exports.getQuery = getQuery,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue