0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-13 22:41:32 -05:00
`grunt dev` runs default task
This commit is contained in:
Hannah Wolfe 2014-09-03 14:59:22 +01:00
commit 67c5eb5a19

View file

@ -958,7 +958,7 @@ var _ = require('lodash'),
// //
// Note that the current implementation of watch only works with casper, not other themes. // Note that the current implementation of watch only works with casper, not other themes.
grunt.registerTask('dev', 'Dev Mode; watch files and restart server on changes', grunt.registerTask('dev', 'Dev Mode; watch files and restart server on changes',
['concat:dev', 'copy:dev', 'emberBuildDev', 'express:dev', 'watch']); ['default', 'express:dev', 'watch']);
// ### Release // ### Release
// Run `grunt release` to create a Ghost release zip file. // Run `grunt release` to create a Ghost release zip file.