0
0
Fork 0
mirror of https://github.com/liabru/matter-js.git synced 2025-01-13 16:18:50 -05:00

fix lint issue

This commit is contained in:
liabru 2015-11-29 14:35:03 +00:00
parent 19bb65550d
commit 9a599f1cf7

View file

@ -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',