6 ms·
Isn't Ruby a dependency for Sass in general? Don't think that's a function of this grunt task.
by brbcoding 12y ago
Isn't Ruby a dependency for Sass in general? Don't think that's a function of this grunt task.
- joshuacc 12y agoYep. It probably wouldn't be hard to modify this workflow to use Less or Stylus instead so that you don't need Ruby.
- jaegerpicker 12y agoI just submitted a pr for less support, it will still require ruby as the premailer gem is still used to send the email out.
- brbcoding 12y agoMight be able to use the Sassc - https://github.com/hcatlin/sassc https://github.com/hcatlin/sassc lib too. There are several wrappers for it too, like this one for node https://github.com/andrew/node-sass https://github.com/andrew/node-sass