From 88dbf7548fcd9406be04a2fdc8f9710c9f3adebd Mon Sep 17 00:00:00 2001 From: Bruno Wagner Date: Fri, 18 Mar 2016 14:05:37 -0300 Subject: Temporarily removed minification of js Minification broke because we added invalid js code somewhere. I removed the minification for now so the deploy will be able to put the js code where it has to be. We'll investigate the underlying problem and find out what is the invalid js code that was introduced --- web-ui/config/package.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'web-ui/config') diff --git a/web-ui/config/package.sh b/web-ui/config/package.sh index 0bd82367..fa0635a5 100644 --- a/web-ui/config/package.sh +++ b/web-ui/config/package.sh @@ -61,8 +61,7 @@ app/bower_components/foundation/js/foundation/foundation.offcanvas.js \ app/js/foundation/initialize_foundation.js \ app/bower_components/iframe-resizer/js/iframeResizer.min.js \ .tmp/app.concatenated.js > dist/app.js -node_modules/.bin/minify dist/app.js > dist/app.min.js -rm dist/app.js +mv dist/app.js dist/app.min.js # concat js files and minify for sandbox.min.js cat \ -- cgit v1.2.3