0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-27 22:49:56 -05:00
ghost/core/client
Kevin Ansfield 3f361f8742 Standardize on var-less export default across ember app
no issue
- drops the `var Foo = Ember.Thing.extend({}); export default Foo;` syntax in favour of exporting directly, eg: `export default Ember.Thing.extend({})`
- discussion on this change [here](https://github.com/TryGhost/Ghost/pull/5340#issuecomment-105828423) and [here](https://github.com/TryGhost/Ghost/pull/5694#discussion-diff-37511606)
2015-10-06 10:59:50 +01:00
..
app Standardize on var-less export default across ember app 2015-10-06 10:59:50 +01:00
config Fix broken content mgmt -> editor links on mobile 2015-08-28 11:52:38 +01:00
lib Merge core/built instead of clearing on every build. 2015-08-21 12:17:39 -04:00
public/assets
tests Fix nav regressions in admin client 2015-09-23 17:05:41 +01:00
.ember-cli
.gitignore
.jshintrc
.watchmanconfig
bower.json Fix nav regressions in admin client 2015-09-23 17:05:41 +01:00
ember-cli-build.js Fix nav regressions in admin client 2015-09-23 17:05:41 +01:00
package.json upgrade ember-cli to 1.13.0 and ember-cli-mocha to 0.9.3 2015-09-21 14:55:59 +01:00
testem.json upgrade ember-cli to 1.13.0 and ember-cli-mocha to 0.9.3 2015-09-21 14:55:59 +01:00