Closed borisdamevin closed 6 years ago
+1.
Using load-grunt-tasks with v3.0.0 results in an error:
SyntaxError: missing ) after argument list
Can you show your gruntfile settings?
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?
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.
Hi noahcooper
You can close the issue.
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.