mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-13 22:41:32 -05:00
Merge pull request #3946 from novaugust/grunt-dev-assets#3942
`grunt dev` runs default task
This commit is contained in:
commit
67c5eb5a19
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||||
|
|
Loading…
Add table
Reference in a new issue