Skip to content

Commit 9a599f1

Browse files
committed
fix lint issue
1 parent 19bb655 commit 9a599f1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Gulpfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ var serve = function(isTest) {
166166
enable: !isTest,
167167
filter: function(filename) {
168168
return filename.match(/build|demo/);
169-
},
169+
}
170170
},
171171
middleware: livereload(),
172172
open: isTest ? false : 'http://localhost:8000/demo/index.html',

0 commit comments

Comments
 (0)