mirror of
https://github.com/TryGhost/Ghost.git
synced 2023-12-13 21:00:40 +01:00
63eb9581ea
- Made a helper called ghostScriptTags that will spit out the relevant script tags with version parameter; 4 unminified files in development, 1 minified file in production. - Added grunt concat and uglify tasks to build files into core/built - Fixed some unit tests by making them native date objects
51 lines
No EOL
678 B
Text
51 lines
No EOL
678 B
Text
b-cov
|
|
*.seed
|
|
*.log
|
|
*.csv
|
|
*.dat
|
|
*.out
|
|
*.pid
|
|
*.gz
|
|
|
|
pids
|
|
logs
|
|
results
|
|
|
|
npm-debug.log
|
|
node_modules
|
|
|
|
.idea/*
|
|
*.iml
|
|
projectFilesBackup
|
|
|
|
.DS_Store
|
|
|
|
# Ghost DB file
|
|
*.db
|
|
|
|
.build
|
|
.dist
|
|
|
|
/core/client/tpl/hbs-tpl.js
|
|
/core/client/assets/css
|
|
.sass-cache/
|
|
/core/client/assets/sass/config.rb
|
|
/core/client/assets/sass/layouts/config.rb
|
|
/core/client/assets/sass/modules/config.rb
|
|
/core/client/assets/sass/modules/bourbon
|
|
/core/client/assets/sass/modules/bourbon/*
|
|
/core/server/data/export/exported*
|
|
/docs
|
|
/_site
|
|
/content/images/**/*
|
|
|
|
# Changelog, which is autogenerated, not committed
|
|
CHANGELOG.md
|
|
|
|
# Casper generated files
|
|
/core/test/functional/*.png
|
|
|
|
config.js
|
|
|
|
# Built asset files
|
|
/core/built |