Skip to content

Commit f9909fe

Browse files
Update gulpfile.js
1 parent dabe805 commit f9909fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

skel-nav-ts/gulpfile.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ var path = {
3232
style: "styles/**/*.css"
3333
}
3434

35-
gulp.task('serve', ['build-ts'], function(done) {
35+
gulp.task('serve', function(done) {
3636
browserSync({
3737
open: false,
3838
port: 9000,

0 commit comments

Comments
 (0)