Skip to content

Commit

Permalink
Proper reloading
Browse files Browse the repository at this point in the history
  • Loading branch information
Vadim Makeev committed Oct 3, 2015
1 parent 555018f commit 86fe331
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ gulp.task('default', ['svg', 'html', 'styles'], function () {
});

gulp.watch('src/screen.scss', ['styles']);
gulp.watch('src/index.html', ['html']).on('change', sync.reload);
gulp.watch('src/index.html', ['html']);
});

gulp.task('svg', function () {
Expand Down

0 comments on commit 86fe331

Please sign in to comment.