mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-25 17:04:16 +00:00
fixed bug with appcache
This commit is contained in:
parent
a81dc6e75f
commit
fb2faec364
5 changed files with 22 additions and 22 deletions
|
|
@ -59,11 +59,11 @@
|
|||
|
||||
|
||||
exports.createManifest = function(){
|
||||
var lAllNames = main.require('hashes');
|
||||
var lAllNames = main.require('node_modules/minify/hashes');
|
||||
if(lAllNames)
|
||||
for(var lName in lAllNames){
|
||||
if(lName.indexOf('min') > 0)
|
||||
lName = './min/' + lName;
|
||||
lName = 'node_modules/minify/min/' + lName;
|
||||
exports.watch(lName);
|
||||
}
|
||||
processManifest();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue