Skip to content

Instantly share code, notes, and snippets.

@cesine
Created September 25, 2012 00:58
Show Gist options
  • Save cesine/3779361 to your computer and use it in GitHub Desktop.
Save cesine/3779361 to your computer and use it in GitHub Desktop.
({
baseUrl : "./public",
dir : "../assets/release",
optimize : 'uglify',
uglify: {
toplevel: true,
ascii_only: true,
beautify: true,
max_line_length: 1000
},
inlineText: true,
namespace: 'dyslexdisorthgame',
skipModuleInsertion: false,
mainConfigFile : "public/android_dashboard.js",
modules : [ {
name : "android_dashboard"
} ]
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment