Skip to content

Instantly share code, notes, and snippets.

@nicolashohm
Last active November 10, 2015 19:07
Show Gist options
  • Save nicolashohm/1f1a865138bc173514a4 to your computer and use it in GitHub Desktop.
Save nicolashohm/1f1a865138bc173514a4 to your computer and use it in GitHub Desktop.
Stop uglifying the javascript of freifunkMUC/meshviewer
--- a/tasks/build.js
+++ b/tasks/build.js
@@ -82,7 +82,7 @@ module.exports = function(grunt) {
mainConfigFile: "app.js",
include: "../app",
wrap: true,
- optimize: "uglify",
+ optimize: "none",
out: "build/app.js"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment