0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-03-18 02:21:47 -05:00
ghost/core/server
Jason Williams 7ae48f1dd3 Get Ember Admin ready for production
Closes #3161
- 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
..
api Add edit roles 2014-07-21 22:50:43 +02:00
apps correct settings.edit call signature for installedApps 2014-05-24 08:21:17 +02:00
config Author helpers 2014-07-20 17:57:59 +01:00
controllers Trim version number in RSS feeds 2014-07-21 23:07:21 +02:00
data Merge pull request #3331 from ErisDS/issue-3076 2014-07-21 20:57:06 +01:00
errors Extending context concept to models 2014-07-18 15:32:56 +01:00
helpers Get Ember Admin ready for production 2014-07-22 22:33:49 +00:00
middleware Merge pull request #3312 from ErisDS/issue-2739-2 2014-07-17 18:04:38 +01:00
models Update Users API to handle role objects or ids 2014-07-22 05:48:16 +00:00
permissions Add edit roles 2014-07-21 22:50:43 +02:00
routes Merge pull request #3331 from ErisDS/issue-3076 2014-07-21 20:57:06 +01:00
storage Move image upload to API 2014-07-15 12:40:14 +02:00
utils Export 003 2014-07-19 22:38:21 +01:00
views Remove inline script from default.hbs 2014-07-21 20:00:54 +02:00
api.js Shims for deleted (refactored away) files 2014-01-09 09:21:09 -06:00
filters.js Implement filter context 2014-04-06 15:43:11 +00:00
index.js Get Ember Admin ready for production 2014-07-22 22:33:49 +00:00
mail.js Update when.js dependency to version 3.2.3 2014-06-16 04:11:22 +00:00
middleware.js Shims for deleted (refactored away) files 2014-01-09 09:21:09 -06:00
require-tree.js Error handling for require-tree 2014-03-25 22:38:48 +00:00
update-check.js Extending context concept to models 2014-07-18 15:32:56 +01:00
xmlrpc.js Add distinct error classes 2014-05-09 12:11:29 +02:00