Minified javascripts are evil! Human readable source, please!
This commit is contained in:
parent
6de3fc0217
commit
5e24600304
|
@ -63,7 +63,7 @@ $default =
|
||||||
'use_x_sendfile' => false,
|
'use_x_sendfile' => false,
|
||||||
'notice' => null, // site wide notice text
|
'notice' => null, // site wide notice text
|
||||||
'build' => 1, // build number, for code-dependent cache
|
'build' => 1, // build number, for code-dependent cache
|
||||||
'minify' => true, // true to use the minified versions of JS files; false to use orig files. Can aid during development
|
'minify' => false, // true to use the minified versions of JS files; false to use orig files. Can aid during development
|
||||||
),
|
),
|
||||||
'db' =>
|
'db' =>
|
||||||
array('database' => null, // must be set
|
array('database' => null, // must be set
|
||||||
|
|
Loading…
Reference in New Issue
Block a user