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

Symlinked source directory #372

Closed
joeyhoer opened this issue Feb 19, 2015 · 5 comments
Closed

Symlinked source directory #372

joeyhoer opened this issue Feb 19, 2015 · 5 comments
Assignees
Labels

Comments

@joeyhoer
Copy link

If the source directory is a symlink, sassdoc throws an error and will not compile:

> sassdoc symlink

events.js:72
        throw er; // Unhandled 'error' event
              ^
Error: EISDIR, read
@valeriangalliat
Copy link
Member

Thanks for reporting.

Related: gulpjs/vinyl-fs#39.

@valeriangalliat
Copy link
Member

Ok I don't think there's anything we can do in SassDoc for this.

Meanwhile, you can run sassdoc 'symlink/**/*.scss' instead of sassdoc symlink.

@KittyGiraudel
Copy link
Member

Ok I don't think there's anything we can do in SassDoc for this.

We could add it in the docs.

@valeriangalliat
Copy link
Member

Will be fixed with vinyl-fs 0.4.0, we'll just have to make sure to bump our requirement to ^0.4.0 when released.

@valeriangalliat
Copy link
Member

Fixed with 2.1.2.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

3 participants