mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-20 18:18:56 +00:00
minor changes
This commit is contained in:
parent
58a1214e4b
commit
c5e681ef46
1 changed files with 1 additions and 1 deletions
|
|
@ -141,7 +141,7 @@ exports.Minify={
|
|||
'to *.min.js:');
|
||||
|
||||
var getMinName_f = function(pName){
|
||||
return pName.replace('.js','min.js');
|
||||
return pName.replace('.js','.min.js');
|
||||
};
|
||||
|
||||
console.log(lJSFiles);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue