Skip to content
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

support appTransformDirs which are symlinks #37

Open
mkoryak opened this issue Jul 20, 2015 · 0 comments
Open

support appTransformDirs which are symlinks #37

mkoryak opened this issue Jul 20, 2015 · 0 comments

Comments

@mkoryak
Copy link

mkoryak commented Jul 20, 2015

one of my appTransformDirs happened to be a symlink, which caused nothing under it to be transformed, because the dir didnt match. (which in turn caused raw sass to appear in my css)

the fix was:

appTransformDirs: [
    './app/', './app/bower_components/',
    fs.realpathSync(path.join(__dirname, './app/bower_components/hn-core/app/'))
]

which could be done within your lib

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