You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using grunt-contrib-symlink to generate links between folders.
But now, the build fails on clean stating that: Cannot delete files outside the current working directory.
When in fact, I want the symlink to be removed and that is inside the current working directory.
The text was updated successfully, but these errors were encountered:
Hi,
I am using
grunt-contrib-symlink
to generate links between folders.But now, the build fails on
clean
stating that:Cannot delete files outside the current working directory
.When in fact, I want the symlink to be removed and that is inside the current working directory.
The text was updated successfully, but these errors were encountered: