mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-20 18:18:56 +00:00
fixed bug with appcache
This commit is contained in:
parent
a81dc6e75f
commit
fb2faec364
5 changed files with 22 additions and 22 deletions
|
|
@ -80,7 +80,7 @@
|
|||
{'//ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js' : './lib/client/jquery.js'}];
|
||||
|
||||
if(srv.Minify._allowed.css)
|
||||
lFiles.push('./min/all.min.css');
|
||||
lFiles.push('node_modules/minify/min/all.min.css');
|
||||
|
||||
lAppCache.addFiles(lFiles);
|
||||
lAppCache.createManifest();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue