From a51abc285b6a919c6a5f291f2a95ea0e95bae6b5 Mon Sep 17 00:00:00 2001 From: Piotr Sarnacki Date: Fri, 16 Jan 2015 11:43:24 +0100 Subject: [PATCH] Enable minification --- Assetfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Assetfile b/Assetfile index 6420a780..c0c52d66 100644 --- a/Assetfile +++ b/Assetfile @@ -14,7 +14,7 @@ assets.update_version output 'public/scripts' input assets.scripts do match '**/*.hbs' do - travis_handlebars :precompile => false # assets.production? + travis_handlebars :precompile => false#assets.production? concat 'templates.js' end @@ -64,7 +64,7 @@ input assets.scripts do if assets.production? match 'min/app.js' do - # uglify squeeze: true + uglify squeeze: true concat 'app.js' end end