mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-24 03:05:41 +00:00
fixed bug with no minify module installed
This commit is contained in:
parent
32aa77aa4b
commit
eb206b06ad
1 changed files with 2 additions and 0 deletions
|
|
@ -236,6 +236,8 @@ exports.Minify = {
|
|||
|
||||
lMinify.optimize(pName, pParams);
|
||||
}
|
||||
else
|
||||
return false;
|
||||
},
|
||||
|
||||
/* minification folder name */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue