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.
73 lines
823 B
Plaintext
73 lines
823 B
Plaintext
b-cov
|
|
*.seed
|
|
*.log
|
|
*.csv
|
|
*.dat
|
|
*.out
|
|
*.pid
|
|
*.gz
|
|
|
|
pids
|
|
logs
|
|
results
|
|
|
|
npm-debug.log
|
|
node_modules
|
|
bower_components
|
|
.bowerrc
|
|
.idea/*
|
|
*.iml
|
|
projectFilesBackup
|
|
|
|
.DS_Store
|
|
|
|
# vim-related
|
|
[._]*.s[a-w][a-z]
|
|
[._]s[a-w][a-z]
|
|
*.un~
|
|
Session.vim
|
|
.netrwhist
|
|
.vimrc
|
|
*~
|
|
|
|
# TernJS
|
|
.tern-project
|
|
|
|
# Ghost DB file
|
|
*.db
|
|
*.db-journal
|
|
|
|
.build
|
|
.dist
|
|
.tmp
|
|
|
|
|
|
/core/client/assets/css
|
|
!/core/client/assets/css/ember-hacks.css
|
|
/core/client/assets/fonts
|
|
/core/server/data/export/exported*
|
|
/docs
|
|
/_site
|
|
/content/tmp/*
|
|
/content/data/*
|
|
/content/apps/**/*
|
|
/content/themes/**/*
|
|
/content/images/**/*
|
|
!/content/themes/casper/**
|
|
!/README.md
|
|
|
|
# Changelog, which is autogenerated, not committed
|
|
CHANGELOG.md
|
|
|
|
# Casper generated files
|
|
/core/test/functional/*.png
|
|
|
|
config.js
|
|
/core/client/config.js
|
|
|
|
# Built asset files
|
|
/core/built
|
|
|
|
# Coverage reports
|
|
coverage.html
|