Skip to content

support appTransformDirs which are symlinks #37

Description

@mkoryak

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions