mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-18 15:17:25 +01:00
Closes #6071
This commit is contained in:
@@ -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/*',
|
||||
]
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user