Skip to content

Commit

Permalink
Don't hang if the request doesn't accept text/css (d'oh).
Browse files Browse the repository at this point in the history
  • Loading branch information
papandreou committed Oct 11, 2012
1 parent c76cd42 commit e2ea523
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,8 @@ module.exports = function compiless(options) {
}
});
next();
} else {
next();
}
};
};

0 comments on commit e2ea523

Please sign in to comment.