Skip to content

Instantly share code, notes, and snippets.

@thenickcox
Created December 22, 2014 15:48
Show Gist options
  • Save thenickcox/7705f4f62ec41dfe4d73 to your computer and use it in GitHub Desktop.
Save thenickcox/7705f4f62ec41dfe4d73 to your computer and use it in GitHub Desktop.
//= require_self
//= require_tree ../templates
//= require_tree ./models
//= require_tree ./collections
//= require_tree ./views
//= require_tree ./routers
//= require_tree .
//= require app
//
window.App = {
Models: {},
Collections: {},
Views: {}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment