You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So this is the simple version evoked here, where - is not a "special <src>", because it takes less code, and will be fine for 99.9% usages. #350 needs to be merged first.
What's left
Make a default exclude pattern, for example taken from .gitignore, to not document sylesheets from vendor directories like node_modules.
Could also exclude destination directory, even if it's not supposed to contain documented Sass files.
Well while I think of it there's still issues about using ./, by default or not; if there's a node_modules or any kind of vendor directory, all Sass files in it will be documented too, and it's not what we want. We would need some kind of default exclude, from .gitignore for example.
Let's not merge this incomplete feature for 2.0. There's still stuff to be done with default exclude patterns.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
src#347So this is the simple version evoked here, where
-is not a "special<src>", because it takes less code, and will be fine for 99.9% usages.#350 needs to be merged first.
What's left
.gitignore, to not document sylesheets from vendor directories likenode_modules.