Revert "comment out minification for now"

This reverts commit 1264bb5396.
This commit is contained in:
Konstantin Haase 2012-12-16 18:11:49 +01:00
parent 946dd55ce3
commit 933c97fe8c

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