Skip to content

Instantly share code, notes, and snippets.

@sascha
Created May 12, 2012 10:13
Show Gist options
  • Save sascha/2665650 to your computer and use it in GitHub Desktop.
Save sascha/2665650 to your computer and use it in GitHub Desktop.
require [
'require',
'jquery',
'common_libs'
], (require) ->
require [
'jquery',
'use!backbone',
'app/router',
'app/views/menu/menu',
'use!jqueryui',
'use!handlebars',
'use!hoverintent',
'use!ujs',
'use!validations'
], ($, Backbone, Router, Menu) ->
# do stuff
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment