0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00
ghost/core/test/unit
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
..
apps_spec.js Cleaning up the unit tests 2014-06-18 00:11:35 +01:00
bootstrap_spec.js Improve error handling during bootstrap process 2014-06-19 12:59:16 +00:00
config_spec.js Cleaning up the unit tests 2014-06-18 00:11:35 +01:00
errorHandling_spec.js Cleaning up the unit tests 2014-06-18 00:11:35 +01:00
export_spec.js Cleaning up the unit tests 2014-06-18 00:11:35 +01:00
filters_spec.js Cleaning up the unit tests 2014-06-18 00:11:35 +01:00
frontend_spec.js Cleaning up the unit tests 2014-06-18 00:11:35 +01:00
import_spec.js Only reference model properties through the models module. 2014-07-10 08:04:32 -04:00
mail_spec.js Cleaning up the unit tests 2014-06-18 00:11:35 +01:00
middleware_spec.js Wire permmissions for notifications, mail and tags 2014-07-17 16:44:09 +01:00
permissions_spec.js Extending context concept to models 2014-07-18 15:32:56 +01:00
server_helpers_index_spec.js Get Ember Admin ready for production 2014-07-22 22:33:49 +00:00
server_helpers_template_spec.js Cleaning up the unit tests 2014-06-18 00:11:35 +01:00
server_spec.js Cleaning up the unit tests 2014-06-18 00:11:35 +01:00
showdown_client_integrated_spec.js Cleaning up the unit tests 2014-06-18 00:11:35 +01:00
showdown_ghostGFM_spec.js Cleaning up the unit tests 2014-06-18 00:11:35 +01:00
showdown_ghostimagepreview_spec.js Cleaning up the unit tests 2014-06-18 00:11:35 +01:00
storage_localfilesystem_spec.js Move image upload to API 2014-07-15 12:40:14 +02:00
xmlrpc_spec.js Cleaning up the unit tests 2014-06-18 00:11:35 +01:00