mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-04-14 19:56:23 +00:00
Closes #6071
This commit is contained in:
parent
703caeadff
commit
23398b1a37
1 changed files with 5 additions and 1 deletions
|
|
@ -8,6 +8,10 @@ gulp.task('run:dev', ['nodemon', 'build:dev:watch']);
|
|||
gulp.task('nodemon', () => {
|
||||
nodemon({
|
||||
script: pkg.main,
|
||||
ignore: ['website/public/*', 'website/views/*']
|
||||
ignore: [
|
||||
'website/public/*',
|
||||
'website/views/*',
|
||||
'common/dist/script/content/*',
|
||||
]
|
||||
});
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in a new issue