Skip to content

Commit

Permalink
fix lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
liabru committed Nov 29, 2015
1 parent 19bb655 commit 9a599f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ var serve = function(isTest) {
enable: !isTest,
filter: function(filename) {
return filename.match(/build|demo/);
},
}
},
middleware: livereload(),
open: isTest ? false : 'http://localhost:8000/demo/index.html',
Expand Down

0 comments on commit 9a599f1

Please sign in to comment.