remy / inliner

Node utility to inline images, CSS and JavaScript for a web page - useful for mobile sites
MIT License
1.1k stars 165 forks source link

Change for null cases #38

Closed TJKoury closed 10 years ago

TJKoury commented 10 years ago

In the case that this.src is null, need to go ahead and handle it gracefully. Rather let url.js handle the null case than try to anticipate all the ways it could go wrong.