mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-18 23:27:26 +01:00
Closes #6071
This commit is contained in:
@@ -8,6 +8,10 @@ gulp.task('run:dev', ['nodemon', 'build:dev:watch']);
|
|||||||
gulp.task('nodemon', () => {
|
gulp.task('nodemon', () => {
|
||||||
nodemon({
|
nodemon({
|
||||||
script: pkg.main,
|
script: pkg.main,
|
||||||
ignore: ['website/public/*', 'website/views/*']
|
ignore: [
|
||||||
|
'website/public/*',
|
||||||
|
'website/views/*',
|
||||||
|
'common/dist/script/content/*',
|
||||||
|
]
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user