diff options
author | Aaron O'Mullan <aaron.omullan@friendco.de> | 2014-04-08 17:01:43 -0700 |
---|---|---|
committer | Aaron O'Mullan <aaron.omullan@friendco.de> | 2014-04-08 17:01:43 -0700 |
commit | 61b6848a95bf4059b4b114f608ce1d45a4cb16a4 (patch) | |
tree | 1b7564a7327460bb1ce9795d2d554d75106bcf9f /Gruntfile.js | |
parent | 9265b0185aaabd04552c61a56e0aed470a0e5dd7 (diff) | |
download | gitbook-61b6848a95bf4059b4b114f608ce1d45a4cb16a4.zip gitbook-61b6848a95bf4059b4b114f608ce1d45a4cb16a4.tar.gz gitbook-61b6848a95bf4059b4b114f608ce1d45a4cb16a4.tar.bz2 |
Uglify output JS theme/assets/app.js
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 4a6a8f4..30a3c68 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: "none", //"uglify", + optimize: "uglify", //"uglify", include: ["requireLib"], paths: { "jQuery": 'vendors/jquery', |