Skip to content
This repository was archived by the owner on Oct 26, 2021. It is now read-only.

Commit 8c83716

Browse files
committed
Remove browser-sync from default gulp task.
1 parent 01a190c commit 8c83716

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gulpfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,6 @@ gulp.task('browser-sync', function() {
8585

8686

8787
// DEFAULT
88-
gulp.task('default', ['clean', 'browser-sync'], function() {
88+
gulp.task('default', ['clean'], function() {
8989
gulp.start('bower', 'templates', 'index-html', 'scripts', 'styles');
9090
});

0 commit comments

Comments
 (0)