From 1264bb5396049541270279304b279169cdb2c633 Mon Sep 17 00:00:00 2001 From: Konstantin Haase Date: Sun, 16 Dec 2012 17:38:36 +0100 Subject: [PATCH] comment out minification for now --- Assetfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Assetfile b/Assetfile index 819e78ce..ae17b65d 100644 --- a/Assetfile +++ b/Assetfile @@ -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