mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-08-03 21:23:05 +00:00
added ability to disable browser cache from config.json
This commit is contained in:
parent
7a17148b50
commit
18d3a43b04
5 changed files with 25 additions and 20 deletions
|
|
@ -197,8 +197,12 @@
|
|||
if(!Config.minification)
|
||||
main.config = Config = lReadedConf;
|
||||
|
||||
console.log(Config);
|
||||
|
||||
Util.tryCatchLog(function(){
|
||||
Config.minification.js = lReadedConf.minification.js;
|
||||
Config.minification.js = lReadedConf.minification.js;
|
||||
Config.cache = lReadedConf.cache;
|
||||
|
||||
Minify.setAllowed(Config.minification);
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue