Skip to content

Instantly share code, notes, and snippets.

@krokhale
Created August 31, 2013 20:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save krokhale/6400482 to your computer and use it in GitHub Desktop.
Save krokhale/6400482 to your computer and use it in GitHub Desktop.
dynamic modules.
waitSeconds: 30
urlArgs: new Date().getTime().toString()
paths:
jquery: "initializers/jquery_loader"
# app modules
communicationApp: "backbone/apps/communication_app/admin_layout"
setupWizardApp: "backbone/apps/setup_wizard_app/wizard"
modules:
- name: 'application'
- name: 'communicationApp'
exclude: ['application', 'jquery']
- name: 'setupWizardApp'
exclude: ['application', 'jquery']
priority: ['application', 'jquery']
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment