Ups, set minify back to true
This commit is contained in:
parent
c3eb124bd7
commit
e66a80fdbd
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue