Skip to content

Instantly share code, notes, and snippets.

@ymichael
Created March 31, 2012 06:53
Show Gist options
  • Save ymichael/2260134 to your computer and use it in GitHub Desktop.
Save ymichael/2260134 to your computer and use it in GitHub Desktop.
app build
({
baseUrl: ".",
name: "main",
out: "../../build/js/main.js",
paths: {
'jquery': "empty:",
'underscore': "libs/underscore",
'backbone': "libs/backbone",
'ich': "libs/icanhazamd",
'ivle': "libs/ivle",
'mainapp' : "scripts/app",
'appmodels' : "scripts/models",
'appviews' : "scripts/views"
}
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment