mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-20 01:47:35 +00:00
minor changes
This commit is contained in:
parent
f043fd27a5
commit
5ba73ac192
4 changed files with 11 additions and 7 deletions
10
cloudcmd.js
10
cloudcmd.js
|
|
@ -99,7 +99,11 @@
|
|||
lResetCSS = DIR + 'css/reset.css',
|
||||
lIndex = DIR + 'html/index.html',
|
||||
|
||||
lMinify = Server.CloudServer.Minify;
|
||||
lMinify = Server.CloudServer.Minify,
|
||||
lCSSOptions = {
|
||||
img : pAllowed.img,
|
||||
merge : true
|
||||
};
|
||||
|
||||
if (pAllowed.js) {
|
||||
lOptimizeParams.push(LIBDIR + 'client.js');
|
||||
|
|
@ -112,9 +116,9 @@
|
|||
var lStyles = [];
|
||||
|
||||
lStyles[0] = {};
|
||||
lStyles[0][lStyleCSS] = pAllowed.img;
|
||||
lStyles[0][lStyleCSS] = lCSSOptions;
|
||||
lStyles[1] = {};
|
||||
lStyles[1][lResetCSS] = pAllowed.img;
|
||||
lStyles[1][lResetCSS] = lCSSOptions;
|
||||
|
||||
lOptimizeParams.push(lStyles[0]);
|
||||
lOptimizeParams.push(lStyles[1]);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue