feature(config) minify: true -> false

This commit is contained in:
coderaiser 2015-06-21 10:38:46 -04:00
parent 12522095a0
commit 67d9b7981e
2 changed files with 2 additions and 2 deletions

View file

@ -208,7 +208,7 @@ Here is description of options:
"localStorage" : true, /* local storage */
"buffer" : true, /* buffer for copying files */
"dirStorage" : true, /* store directory listing to localStorage */
"minify" : true, /* minification of js,css,html and img */
"minify" : false, /* minification of js,css,html and img */
"online" : true, /* load js files from cdn or local path */
"cache" : true, /* add cache-control */
"showKeysPanel" : true, /* show classic panel with buttons of keys */

View file

@ -10,7 +10,7 @@
"localStorage": true,
"buffer": true,
"dirStorage": false,
"minify": true,
"minify": false,
"online": true,
"cache": true,
"showKeysPanel": true,