mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-13 22:41:32 -05:00
7ae48f1dd3
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. |
||
---|---|---|
.. | ||
adapters | ||
assets | ||
components | ||
controllers | ||
helpers | ||
html | ||
initializers | ||
mixins | ||
models | ||
routes | ||
serializers | ||
templates | ||
transforms | ||
utils | ||
validators | ||
views | ||
.jshintrc | ||
app.js | ||
config-dev.js | ||
config-prod.js | ||
loader.js | ||
router.js |