Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gulp-nodemon 's ignore property question #35

Open
fkkcloud opened this issue Jun 9, 2015 · 0 comments
Open

gulp-nodemon 's ignore property question #35

fkkcloud opened this issue Jun 9, 2015 · 0 comments

Comments

@fkkcloud
Copy link

fkkcloud commented Jun 9, 2015

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant