We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If the source directory is a symlink, sassdoc throws an error and will not compile:
sassdoc
> sassdoc symlink events.js:72 throw er; // Unhandled 'error' event ^ Error: EISDIR, read
The text was updated successfully, but these errors were encountered:
Thanks for reporting.
Related: gulpjs/vinyl-fs#39.
Sorry, something went wrong.
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.
sassdoc 'symlink/**/*.scss'
sassdoc symlink
We could add it in the docs.
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.
^0.4.0
b36c0e2
Fixed with 2.1.2.
valeriangalliat
No branches or pull requests
If the source directory is a symlink,
sassdoc
throws an error and will not compile:The text was updated successfully, but these errors were encountered: