Skip to content

Instantly share code, notes, and snippets.

@joubertnel
Created January 10, 2012 10:16
Show Gist options
  • Save joubertnel/1588347 to your computer and use it in GitHub Desktop.
Save joubertnel/1588347 to your computer and use it in GitHub Desktop.
buildjs.json for ember-metal
{
"build_dir": "build",
"app_file": "build/ember-metal.js",
"src": [ "lib/core.js",
"lib/platform.js",
"lib/utils.js",
"lib/accessors.js",
"lib/properties.js",
"lib/computed.js",
"lib/observer.js",
"lib/watching.js",
"lib/events.js",
"lib/array.js",
"lib/mixin.js",
"lib/run_loop.js",
"lib/binding.js"],
"rewrites": [ { "from": "require\\(",
"to": "\/\/require(" } ]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment