mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 18:55:26 +00:00
minor changes
This commit is contained in:
parent
35cd1d3ff6
commit
18d71f579a
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ exports.createManifest = function(){
|
|||
var lAllNames = cloudRequire(process.cwd() + '/hashes');
|
||||
if(lAllNames)
|
||||
for(var lName in lAllNames){
|
||||
if(lName.indexOf('min'))
|
||||
if(lName.indexOf('min') > 0)
|
||||
lName = './min/' + lName;
|
||||
exports.watch(lName);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue