mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-20 18:18:56 +00:00
chore(minify) rm "{, }"
This commit is contained in:
parent
1b9bdd26a7
commit
1e2594e6a1
1 changed files with 2 additions and 2 deletions
|
|
@ -44,9 +44,9 @@
|
|||
this.MinFolder = Minify.MinFolder;
|
||||
|
||||
Util.asyncCall([isChanged, isExist], function(changed, exists) {
|
||||
if (changed || !exists) {
|
||||
if (changed || !exists)
|
||||
Minify.optimize(name, params);
|
||||
} else
|
||||
else
|
||||
Util.exec(params.callback, {
|
||||
name: minifyName
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue