Skip to content
This repository has been archived by the owner on Jul 8, 2020. It is now read-only.

Missing / in watch-build gulp task #346

Closed
tohagan opened this issue Mar 31, 2016 · 1 comment
Closed

Missing / in watch-build gulp task #346

tohagan opened this issue Mar 31, 2016 · 1 comment

Comments

@tohagan
Copy link

tohagan commented Mar 31, 2016

Added a leading / to '/**/*'

gulp.task('watch-build', watchBuildDeps, function () {
  bsInit(paths.dist);
  gulp.watch(paths.dist + '/**/*', function () {
    bs.reload();
  });
});
@tohagan tohagan changed the title Added a missing / to watch-build gulp task Missing / in watch-build gulp task Apr 1, 2016
@gruppjo
Copy link
Contributor

gruppjo commented Apr 5, 2016

Great find! Thank you :) Will be in the next release.

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

No branches or pull requests

2 participants