mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
minify setted up out of module dir
This commit is contained in:
parent
fafd65a5a6
commit
57ef9b3261
1 changed files with 1 additions and 1 deletions
|
|
@ -153,7 +153,7 @@ CloudServer.Minify={
|
|||
if(this._allowed.css ||
|
||||
this._allowed.js ||
|
||||
this._allowed.html){
|
||||
var lMinify = require(CloudServer.LIBDIRSERVER+'/minify/minify');
|
||||
var lMinify = require(CloudServer.LIBDIRSERVER+'/minify');
|
||||
|
||||
this.done.js=this._allowed.js?
|
||||
lMinify.jsScripts(['client.js',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue