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

Not watching on hbs-files #138

Open
zantinger opened this issue Apr 24, 2017 · 1 comment
Open

Not watching on hbs-files #138

zantinger opened this issue Apr 24, 2017 · 1 comment

Comments

@zantinger
Copy link

Hi. I use handlebars as my template engine. When I start gulp-nodeman to watch my files, it will only fires on files with ext js or html. I added hbs to ext but it won't work. Any idea?

gulp.task('start',  function () {
  nodemon({
    script: 'index.js', 
    ext: 'js html hbs', 
    ignore: [
            'node_modules/'
        ],
    env: { 'NODE_ENV': 'development' }
  })
});
@rejas
Copy link

rejas commented Mar 28, 2018

HI @zantinger cannot reproduce your error. Is it still an issue for you? Could you test again with the latest gulp-nodemon version?

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

2 participants