0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-13 22:41:32 -05:00
ghost/core/server
Jacob Gable 63eb9581ea Compile assets with grunt
- 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
2013-09-15 14:06:42 -05:00
..
controllers Make settings() 'magic' 2013-09-15 19:52:37 +02:00
data Merge pull request #752 from sebgie/settingsapi 2013-09-15 09:53:23 -07:00
helpers Compile assets with grunt 2013-09-15 14:06:42 -05:00
models One exporter to rule them all 2013-09-15 17:04:42 +01:00
permissions Edit Post Permissions 2013-08-18 12:28:05 -05:00
plugins Improving the use of paths in Ghost 2013-08-12 15:37:23 +01:00
views Compile assets with grunt 2013-09-15 14:06:42 -05:00
api.js Add setting filter 2013-09-15 18:04:01 +02:00
errorHandling.js Improved error messaging 2013-09-15 13:52:58 +01:00
mail.js Make settings() 'magic' 2013-09-15 19:52:37 +02:00
require-tree.js