build: prevent infinite loop during install
This commit is contained in:
parent
e45ecd6d58
commit
45f8a51194
|
@ -101,7 +101,6 @@ gulp.task('serve', connect.server({
|
|||
return [function(req, resp, next){
|
||||
if (req.url.match(/\.dart$/)) {
|
||||
resp.setHeader("Content-Type", "application/dart");
|
||||
console.log('now', req.url);
|
||||
}
|
||||
next();
|
||||
}];
|
||||
|
|
Loading…
Reference in New Issue