You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in the line "ignore: ['ng_', 'gulp_', 'assets*']",
if I understand it correctly, nodemon will re-start server only when files in ng, gulp, and assets are modified (which are .js ext), and not with everything else, correct?
--> I don't see the server restarted notify in my command line but in browser it seems to have the change which is good.
Please let me know if I am missing anything.
Thanks,
Jae
The text was updated successfully, but these errors were encountered:
Hi there,
gulp.task('dev:server', function(){
nodemon({
script: 'server.js',
ext: 'js css',
ignore: ['ng_', 'gulp_', 'assets*']
})
})
I have gulp-nodemon as above.
in the line "ignore: ['ng_', 'gulp_', 'assets*']",
if I understand it correctly, nodemon will re-start server only when files in ng, gulp, and assets are modified (which are .js ext), and not with everything else, correct?
--> I don't see the server restarted notify in my command line but in browser it seems to have the change which is good.
Please let me know if I am missing anything.
Thanks,
Jae
The text was updated successfully, but these errors were encountered: