ZengineHQ / mayan

Next-generation maya written in NodeJS
3 stars 9 forks source link

symlinks are broken #25

Closed tehpsalmist closed 6 years ago

tehpsalmist commented 6 years ago

I'm using 1.5.0, and symlinking to a local frontend-config, but it is not copying the directory over. I threw a log into the buildModules.js to prove that it is correctly detecting the symlinked package, but for some reason the copy is not taking place.

@alexweber I know we were looking at changing some things up with the copyDir functions, and I didn't want to reinvent the wheel (also I couldn't remember how you were doing it), so I'm opening up this issue while I try to refactor this aspect of the application.