mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-11 09:53:32 +03:00
Merge pull request #3946 from novaugust/grunt-dev-assets#3942
`grunt dev` runs default task
This commit is contained in:
commit
67c5eb5a19
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user