jgallen23 / grunt-inline-css

Grunt task for turning an html file with linked css to inline css. Great for emails.
MIT License
195 stars 33 forks source link

Options do not work #7

Closed danielparas closed 10 years ago

danielparas commented 10 years ago

When setting task options as per JUICE documentation, nothing works.

For it to work had to change line 20 of tasks/inline_css.js

from

var options = this.data.options;

to

var options = this.options();