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

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