Created
February 11, 2014 03:41
-
-
Save anonymous/8928906 to your computer and use it in GitHub Desktop.
Yeoman Ember Generator results
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var Rocknrollcall = window.Rocknrollcall = Ember.Application.create(); | |
/* Order and include as you please. */ | |
require('scripts/controllers/*'); | |
require('scripts/store'); | |
require('scripts/models/*'); | |
require('scripts/routes/*'); | |
require('scripts/views/*'); | |
require('scripts/router'); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Rocknrollcall.Router.map(function () { | |
// Add your routes here | |
}); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Rocknrollcall.ApplicationAdapter = DS.FixtureAdapter; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment