dwightjack / grunt-email-boilerplate

A Grunt template to create emails
MIT License
285 stars 52 forks source link

Premailer CSS parsing fails #3

Closed dwightjack closed 10 years ago

dwightjack commented 11 years ago

The premailer task fails to inline css files when they are linked with an absolute path.

Scenario

Since the file doesn't exist, premailer is unable to parse and inline it

Best solution would be to explicitly add an option in the task to include the CSS file

dwightjack commented 11 years ago

Ok, referenced the css in HTML with a relative path to fix the bug.

Markign this as an enhancement.

dwightjack commented 10 years ago

Closing this since grunt-premailer now manages this stuff