Salvatore Garbesi

Results 14 comments of Salvatore Garbesi

@webpolis Using a 3rd party library, `grunt-favicons` otherwise I would. Still looking, let you know if I find anything.

@webpolis Wound up just forking and updating manually.

@jonkemp It's going to cause problems with the old renderers which I believe this plugin is geared towards? I'm sure in newer HTML renderers one can simply use a stylesheet...

https://github.com/cheeriojs/cheerio/issues/378

@jonkemp If I change L164 in `inline-css.js` to `.xml()` it fixes it.

@jonkemp I submitted a PR.

anything with this? if you're spinning machines up and down you're getting charged full price even when they're not running vs. pennies maintaining the snapshots.

@Vaelyr I wound up wrapping the response in `window.postMessage` and receiving the message from the parent to get the response.

@orbitphreak window.postMessage is a work-around for the cross-domain callback.