adding scripts task to browser-sync test- #181 - Thx @0dp
This commit is contained in:
parent
cfad18357a
commit
699413d15b
|
@ -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.
|
||||
|
|
Reference in New Issue