travis-web/assets/scripts/app
Piotr Sarnacki b0b1ef305b Change the way config is stored
On ember-cli config is stored in config/environment.js file and it can be
accessed at any time of app being booted. Till now we were using Travis.config
which was making things hard, because we needed an application instance to get
any config value. This commit moves config to config/environment.js and allows
to access it at any point of loading the app.
2015-01-30 15:29:46 +01:00
..
adapters More ember-cli compat changes 2015-01-30 09:10:48 +01:00
components Extract remaining controllers and views into individual files 2015-01-19 13:04:52 +01:00
controllers Change the way config is stored 2015-01-30 15:29:46 +01:00
helpers More ember-cli compat changes 2015-01-30 09:10:48 +01:00
initializers Change the way config is stored 2015-01-30 15:29:46 +01:00
mixins More ember-cli compat changes 2015-01-30 09:10:48 +01:00
models Change the way config is stored 2015-01-30 15:29:46 +01:00
routes Move pusher config to main config 2015-01-30 11:25:52 +01:00
serializers More ember-cli compat changes 2015-01-29 13:39:07 +01:00
templates EmberCLI compat: helper names with dashes 2015-01-29 13:39:07 +01:00
transforms Switch to Ember Data 2015-01-29 13:39:05 +01:00
utils Change the way config is stored 2015-01-30 15:29:46 +01:00
views More ember-cli compat changes 2015-01-30 09:10:48 +01:00
app.coffee Change the way config is stored 2015-01-30 15:29:46 +01:00
router.coffee Change the way config is stored 2015-01-30 15:29:46 +01:00
store.coffee More ember-cli compat changes 2015-01-30 09:10:48 +01:00