jdx / jdx/mean-sample

gulp-nodemon 's ignore property question

Open
#35 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
165
Forks
81
PR merge metrics
No merged PRs in 30d

Description

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

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.