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
But it doesn't quite work as it produces a list of full paths, which causes generated HTML in subdirectories to point to the wrong location for docco.css
The text was updated successfully, but these errors were encountered:
Some kind of "excludes" functionality would be great, so I don't end up with documentation for all the node_modules contained in my project.
I sort of worked around this limitation by creating a "list of files" generated by the following command...
docco-husky -name "My Project"
find . -type d ( -name .git -o -name node_modules ) -prune -o ( -name '*.js' -o -name 'package.json' ) -print``But it doesn't quite work as it produces a list of full paths, which causes generated HTML in subdirectories to point to the wrong location for docco.css
The text was updated successfully, but these errors were encountered: