sindresorhus / grunt-sass

Compile Sass to CSS
MIT License
1.01k stars 209 forks source link

load-grunt-tasks #285

Closed borisdamevin closed 6 years ago

borisdamevin commented 6 years ago

Hi,

Why we can no longer use the plugin "load-grunt-tasks" with grunt-sass 3.0.0?

We are obliged to reimplement the sass config in the Gruntfile.js file obligatorily?

Thank you.

noahcooper commented 6 years ago

+1.

Using load-grunt-tasks with v3.0.0 results in an error:

SyntaxError: missing ) after argument list

Suriv commented 6 years ago

Can you show your gruntfile settings?

borisdamevin commented 6 years ago

I don't have sass setting on Gruntfile.js, is a file outside, for use "load-grunt-tasks".

Why we need to put the sass setting on Gruntfile.js since grunt-sass version 3.0.0?

noahcooper commented 6 years ago

I see my problem now. As of v3.0.0, Node.js 8+ is required. For reasons I won't get into, I'm stuck on Node.js 6 for the time being, so I'll stick with v2.1.0.

Suriv commented 6 years ago

Hi noahcooper

You can close the issue.