inliner/test
Remy Sharp 0ddff8886f fix: local content should use fs for inlining
The issue here was that although the "simple" detection was in place if the URL looked like HTML (i.e. has an angle bracket in it), but it didn't ever set the `isFile` flag.

This fix corrects this, but also swallows ENOENT errors, to mirror >=400 response codes being swallowed (i.e. return an empty body).

Fixes #89
2016-04-20 21:42:48 +01:00
..
fixtures chore: merge branch 'feature/local-only' 2016-04-19 11:19:50 +01:00
index.test.js fix: local content should use fs for inlining 2016-04-20 21:42:48 +01:00