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 stop watching files when gulp-usemin task is launched ? #98

Open
maximelebreton opened this issue Feb 3, 2015 · 0 comments
Open

Comments

@maximelebreton
Copy link

Hello everybody,

I have a strange problem,
when i launch the usemin task, I have no errors, but gulp stop watching files...
any ideas?

i use this code:

gulp.task('default', function() {
   gulp.src('index.html')
        .pipe(usemin({
            assetsDir: 'public',
            css: [minifyCss(), 'concat'],
            js: [uglify(), 'concat']
        }))
        .pipe(gulp.dest('public'));
});

gulp 3.8.10
gulp-usemin 0.3.11

@maximelebreton maximelebreton changed the title gulp stop watching when gulp-usemin task is launched ? gulp stop watching files when gulp-usemin task is launched ? Feb 3, 2015
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