Skip to content

Instantly share code, notes, and snippets.

@cesine
Created September 25, 2012 00:56
Show Gist options
  • Save cesine/3779357 to your computer and use it in GitHub Desktop.
Save cesine/3779357 to your computer and use it in GitHub Desktop.
Build with require js so that the code is readable, mutable and general hackability for our power users "Javascript console"
({
baseUrl : "./public",
dir : "./release",
optimize : 'none',
inlineText: true,
namespace: 'fielddb',
skipModuleInsertion: false,
mainConfigFile : "public/main_dashboard.js",
modules : [ {
name : "main_dashboard"
} ]
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment