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:
parent
19bb65550d
commit
9a599f1cf7
1 changed files with 1 additions and 1 deletions
|
@ -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',
|
||||
|
|
Loading…
Reference in a new issue