mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-03 03:55:26 +03: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.
31 lines
415 B
Plaintext
31 lines
415 B
Plaintext
!**
|
|
.build
|
|
.dist
|
|
.tmp
|
|
docs/**
|
|
_site/**
|
|
content/images/**
|
|
!content/images/README.md
|
|
content/themes/**
|
|
!content/themes/casper/**
|
|
content/apps/**
|
|
!content/apps/README.md
|
|
node_modules/**
|
|
core/test/**
|
|
core/server/data/export/exported*
|
|
**/*.db*
|
|
*.db*
|
|
.sass*
|
|
.af*
|
|
.git*
|
|
.groc*
|
|
.jshintrc
|
|
*.iml
|
|
config.js
|
|
core/client/config-dev.js
|
|
core/client/config-prod.js
|
|
CONTRIBUTING.md
|
|
SECURITY.md
|
|
.travis.yml
|
|
*.html
|
|
bower_components/** |