Ups, set minify back to true

This commit is contained in:
Peter 'Pita' Martischka 2011-05-28 21:15:20 +01:00
parent c3eb124bd7
commit e66a80fdbd
1 changed files with 1 additions and 1 deletions

View File

@ -29,5 +29,5 @@ This file must be valid JSON. But comments are allowed
/* if true, all css & js will be minified before sending to the client. This will improve the loading performance massivly,
but makes it impossible to debug the javascript/css */
"minify" : false
"minify" : true
}