mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-28 10:14:13 +00:00
resolved bug with loading reset.css: style files moved to css folder, so in replace function (when minifying) it should be changed to.
This commit is contained in:
parent
610b7a544e
commit
f925aa4355
1 changed files with 1 additions and 1 deletions
|
|
@ -532,7 +532,7 @@ CloudServer._readDir=function (pError, pFiles)
|
|||
*/
|
||||
|
||||
lIndex = CloudServer.Minify.done.css?
|
||||
lIndex.replace('<link rel=stylesheet href="/reset.css">','')
|
||||
lIndex.replace('<link rel=stylesheet href="/css/reset.css">','')
|
||||
.replace('style.css','all.min.css')
|
||||
:lIndex;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue