Change api to separate html file and string processing.

This commit is contained in:
Alexandre Gigliotti
2015-10-13 13:59:25 -07:00
parent 2c981a6038
commit bd793daae4
9 changed files with 407 additions and 381 deletions

3
test/fixtures/invalidUrl.less vendored Normal file
View File

@@ -0,0 +1,3 @@
div {
background-image: url('missing.png');
}