comment out minification for now

This commit is contained in:
Konstantin Haase 2012-12-16 17:38:36 +01:00
parent 55bdaf780f
commit 1264bb5396

View File

@ -61,8 +61,8 @@ input assets.scripts do
if assets.production?
match 'min/app.js' do
strip_debug
uglify squeeze: true
#strip_debug
#uglify squeeze: true
concat 'app.min.js'
end
end