Minified javascripts are evil! Human readable source, please!

This commit is contained in:
Mikael Nordfeldth 2013-09-14 13:41:49 +02:00
parent 6de3fc0217
commit 5e24600304
1 changed files with 1 additions and 1 deletions

View File

@ -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