mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-05-20 12:48:52 +00:00
refactor(grunt): simplify run:dev task
This commit is contained in:
parent
aaa230790b
commit
fbe3ecc033
1 changed files with 1 additions and 1 deletions
|
|
@ -126,7 +126,7 @@ module.exports = function(grunt) {
|
|||
|
||||
// Register tasks.
|
||||
grunt.registerTask('build:prod', ['loadManifestFiles', 'clean:build', 'uglify', 'stylus', 'cssmin', 'copy:build', 'hashres']);
|
||||
grunt.registerTask('build:dev', ['loadManifestFiles', 'clean:build', 'stylus', 'cssmin', 'copy:build']);
|
||||
grunt.registerTask('build:dev', ['stylus']);
|
||||
|
||||
grunt.registerTask('run:dev', [ 'build:dev', 'concurrent' ]);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue