Regression: symbolic links no longer followed
Closed this issue · 2 comments
Previous versions of nativescript-dev-sass
used to follow symbolic links (see f3d0f2f). Several of our projects make use of this feature.
Unfortunately this broke after we tried to upgrade to the most recent version of nativescript-dev-sass
. It turns out that commit f840781 is the culprit. It seems that the fix should be as easy as adding --follow
to nodeArgs
.
I tried to fix this, but it seems the problem is more complicated than I thought. Adding --follow
makes this work if the .css file doesn't exist yet, but it still fails to update existing .css files in symlinked directories. I don't know the reason :|
I'm testing with NativeScript 3 RC.
Ok, the other thing I was expecting is pretty specific to my setup and is due to an issue in node-sass
. I created an issue there and will resubmit the previous pull request for nativescript-dev-sass.