`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.
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
// Run `grunt release` to create a Ghost release zip file.