0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-13 22:41:32 -05:00
ghost/core/client
Jason Williams 7ae48f1dd3 Get Ember Admin ready for production
Closes 
- Add a config.js file for the client which is used to configure
  Ember.Application during runtime. The correct version of config.js
  is copied into place by grunt via the copy:(dev|prod) task from
  either config-dev.js or config-prod.js.
- Serve minified and production versions of libraries where applicable
  including handlebars-runtime and ember-prod.
- Bundle third party libraries into vendor.min.js.
- Bundle Ghost's Ember app and templates into ghost.min.js
- Remove all fixture data and code from the client.
2014-07-22 22:33:49 +00:00
..
adapters Get Ember Admin ready for production 2014-07-22 22:33:49 +00:00
assets Move image upload to API 2014-07-15 12:40:14 +02:00
components Add a notify action to the notifications component 2014-07-17 17:34:38 +00:00
controllers Update Users API to handle role objects or ids 2014-07-22 05:48:16 +00:00
helpers Implements character count helper. 2014-06-23 20:02:09 +00:00
html New HTML email template 2014-07-07 22:47:34 +02:00
initializers Remove inline script from default.hbs 2014-07-21 20:00:54 +02:00
mixins Pagination for Users Management screen 2014-07-21 14:03:26 -04:00
models Get Ember Admin ready for production 2014-07-22 22:33:49 +00:00
routes Only load posts once on navigating to content tab 2014-07-21 19:44:03 +00:00
serializers Extend adapter to support automatic includes 2014-07-21 17:05:13 +00:00
templates Merge pull request from PaulAdamDavis/psm-class-ammend 2014-07-22 01:12:45 +01:00
transforms Changed ember models to use moment for dates 2014-06-05 10:30:28 -06:00
utils Merge pull request from novaugust/settings-mobile-routing 2014-07-15 16:55:02 +01:00
validators Prevent loading setup screen if already setup 2014-07-16 15:54:42 +00:00
views Pagination for Users Management screen 2014-07-21 14:03:26 -04:00
.jshintrc Removing old "user settings" screen and putting in new MU "users settings" screen and updating functional test cases. 2014-07-05 11:33:03 -04:00
app.js Get Ember Admin ready for production 2014-07-22 22:33:49 +00:00
config-dev.js Get Ember Admin ready for production 2014-07-22 22:33:49 +00:00
config-prod.js Get Ember Admin ready for production 2014-07-22 22:33:49 +00:00
loader.js Remove inline script from default.hbs 2014-07-21 20:00:54 +02:00
router.js Removing old "user settings" screen and putting in new MU "users settings" screen and updating functional test cases. 2014-07-05 11:33:03 -04:00