sighjs / sigh

multi-process expressive build system for the web and node.js, built using baconjs observables
209 stars 12 forks source link

Symlinks? #34

Closed jmatsushita closed 8 years ago

jmatsushita commented 8 years ago

Hi,

It seems that sigh (maybe because of node-glob?) doesn't follow symlinks. Is that right? Is there a workaround?

Cheers!

Jun

insidewhy commented 8 years ago

If it did resolve symlinks that would create serious problems with path usage in your source maps and stuff like that. You can easily resolve paths in the pipeline where you need to. I've never needed it.