Skip to content

Instantly share code, notes, and snippets.

@amasad
Created August 28, 2011 11:00
Show Gist options
  • Save amasad/1176537 to your computer and use it in GitHub Desktop.
Save amasad/1176537 to your computer and use it in GitHub Desktop.
Bundiling
{
controller: "control.js",
js: {
'myBundle': {
wrap: '(function ($) {%s})(jQuery)',
scripts: [
{name: 'a.js', wrap: 'funciton a() {%s}'},
{name: 'b.js', wrap: 'func}
]
}
},
css:{
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment