adding scripts task to browser-sync test- #181 - Thx @0dp

This commit is contained in:
Holger Könemann 2016-12-14 08:42:36 +01:00
parent cfad18357a
commit 699413d15b
1 changed files with 1 additions and 1 deletions

View File

@ -127,7 +127,7 @@ gulp.task('browser-sync', function() {
// Run:
// gulp watch-bs
// Starts watcher with browser-sync. Browser-sync reloads page automatically on your browser
gulp.task('watch-bs', ['browser-sync', 'watch', 'cssnano'], function () { });
gulp.task('watch-bs', ['browser-sync', 'watch', 'cssnano', 'scripts'], function () { });
// Run:
// gulp scripts.