build: prevent infinite loop during install

This commit is contained in:
Tobias Bosch 2014-09-19 14:29:20 -07:00
parent e45ecd6d58
commit 45f8a51194
1 changed files with 0 additions and 1 deletions

View File

@ -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();
}];