added debug method to util

This commit is contained in:
coderaiser 2012-11-29 07:34:39 -05:00
parent 85400edf48
commit 91ac8802fe
5 changed files with 43 additions and 11 deletions

View file

@ -1,6 +1,6 @@
(function(){
"use strict";
var DIR = __dirname + '/',
main = require(DIR + 'lib/server/main'),
@ -46,7 +46,7 @@
* минифицированый
*/
if(srv.Minify._allowed.css){
var lPath = srv.Minify.MinFolder.replace(DIR, '');
var lPath = '/' + srv.Minify.MinFolder.replace(DIR, '');
lReplace_s = '<link rel=stylesheet href="/css/reset.css">';