Path implementation changed in node v6 to assert inputs as strings#271
Path implementation changed in node v6 to assert inputs as strings#271vladikoff merged 1 commit intogruntjs:masterfrom hthief:master
Conversation
|
I confirm this fixes #270 and I would also like this merged so I can use node 6. |
|
/CC @shama @vladikoff |
|
Just to confirm, This change also made the compilation worked for me, this fixes yeoman/generator-angular#1320 |
|
I wonder if this affects other contrib plugins too. |
|
will this ever get merged? |
|
I'll take a closer look later. Still wonder if it affects other contrib On Aug 10, 2016 12:24 AM, "Gabriel Zimmermann" notifications@github.com
|
|
+1 (merge) |
|
Please merge this and release! |
|
+1 Merge 😄 |
|
WOOOOOOOO |
Seems to keep the task running the same as before, in the issue I was having, when an input was a non-existent file and instead of creating an empty .css it broke the execution.
Fixes #270.