Skip to content

scss-file under a symlink are not transpiled into css #11

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
m-abs opened this issue Sep 27, 2016 · 0 comments
Closed

scss-file under a symlink are not transpiled into css #11

m-abs opened this issue Sep 27, 2016 · 0 comments

Comments

@m-abs
Copy link
Contributor

m-abs commented Sep 27, 2016

I'm using Nathan Walker's angular2-seed-advanced for our project and we ran into a problem with nativescript-dev-sass.

angular2-seed-advanced shares code between web, desktop and {N} and does so by symlinking folders.
This breaks nativescript-dev-sass because of glob, which by default doesn't crawl over symlinks.
It can easily be fixed by adding the option { follow: true } here: https://github.com/toddanglin/nativescript-dev-sass/blob/master/lib/converter.js#L19

But I don't know if it's a good idea in the long run.

toddanglin pushed a commit that referenced this issue Oct 17, 2016
fix: #11 scss-file under a symlink are not transpiled into css
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant