Skip to content
This repository was archived by the owner on Feb 17, 2024. It is now read-only.

Commit 2c7e86b

Browse files
committed
fix minor syntax error in gulpfile
1 parent 3867e3c commit 2c7e86b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: gulpfile.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
var gulp = require('gulp'),
1010
sync = require('run-sequence'),
11-
serve = require('browser-sync'),
11+
serve = require('browser-sync');
1212

1313
/*
1414
* A convenience object to hold different paths we care about.

0 commit comments

Comments
 (0)