From 31ba2eb756a29d2c8bcf96837a278ca9290f24c0 Mon Sep 17 00:00:00 2001 From: Min RK Date: Sun, 12 Jul 2015 14:13:03 -0500 Subject: [PATCH] Don't uglify js It seems to cause problems, and we care a lot more about request count than minimizing bytes. --- build-main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-main.js b/build-main.js index 5936b791d..09ee6853f 100644 --- a/build-main.js +++ b/build-main.js @@ -11,7 +11,7 @@ var rjs_config = { baseUrl: 'notebook/static', preserveLicenseComments: false, // license comments conflict with sourcemap generation generateSourceMaps: true, - optimize: "uglify2", + optimize: "none", paths: { underscore : 'components/underscore/underscore-min', backbone : 'components/backbone/backbone-min',