diff options
author | Samy Pessé <samypesse@gmail.com> | 2014-04-06 16:10:25 -0700 |
---|---|---|
committer | Samy Pessé <samypesse@gmail.com> | 2014-04-06 16:10:25 -0700 |
commit | 607b45f17261db2b66bbe797c2ef32c00755f624 (patch) | |
tree | 2195970fc0e0ff71e33ad508cc453169f39ed94d /Gruntfile.js | |
parent | ff52a2317b435d778fce232527b6a4b968a178ff (diff) | |
download | gitbook-607b45f17261db2b66bbe797c2ef32c00755f624.zip gitbook-607b45f17261db2b66bbe797c2ef32c00755f624.tar.gz gitbook-607b45f17261db2b66bbe797c2ef32c00755f624.tar.bz2 |
Change norm of core/state
Diffstat (limited to 'Gruntfile.js')
-rw-r--r-- | Gruntfile.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Gruntfile.js b/Gruntfile.js index cdb853b..4a6a8f4 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -28,7 +28,7 @@ module.exports = function (grunt) { baseUrl: "theme/javascript/", out: "theme/assets/app.js", preserveLicenseComments: false, - optimize: "uglify", + optimize: "none", //"uglify", include: ["requireLib"], paths: { "jQuery": 'vendors/jquery', |