dwightjack / grunt-email-boilerplate

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

Inline CSS doesn't work #6

Closed benoitchantre closed 11 years ago

benoitchantre commented 11 years ago

When you run the dist task with grunt dist, it doesn't inline your css.

Apparently, this is because the path to the css file is wrong.

To solve it, you need to change the line 20 of src/email.html like that <link rel="stylesheet" type="text/css" href="css/style.css"/>

dwightjack commented 11 years ago

Hi, I've fixed the issue with commit 4de1d84236dac703ed9d5f737132e9a1ce975e77.

I've also updated some dependencies and parts of code in version 0.2.2 (21da5a804da303dbca449cc213c879f550d0dac4).

Let me know if you're experiencing any other error.

Thanx for contributing

benoitchantre commented 11 years ago

Thanks for having build this tool :-)

benoitchantre commented 11 years ago

It works.