minor changes

This commit is contained in:
coderaiser 2012-07-26 07:31:54 -04:00
parent 7d3b18a52d
commit c2ac10eea5

View file

@ -66,7 +66,7 @@ exports.Cache={
exports.Minify={
/* pathes to directories */
INDEX :'index.html',
LIBDIR : '/lib/',
LIBDIR : './lib/',
LIBDIRCLIENT : './lib/client/',
/* приватный переключатель минимизации */
_allowed :{css:true,js:true,html:true, img: true},