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:
coderaiser 2012-07-04 12:54:35 +03:00
parent 610b7a544e
commit f925aa4355

View file

@ -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;