Skip to content

Instantly share code, notes, and snippets.

@christopherdbull
Created June 29, 2012 23:41
Show Gist options
  • Save christopherdbull/3021436 to your computer and use it in GitHub Desktop.
Save christopherdbull/3021436 to your computer and use it in GitHub Desktop.
# application.js
//= require jquery
//= require jquery_ujs
//= require jquery.cookie
//= require ember
//= require jquery.tokeninput
//= require bootstrap-modal
//= require dashboard/index
#dashboard/index.js
//= require app
//= require_tree ./controllers
//= require_tree ./models
//= require_tree ./states
//= require_tree ./views
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment