webdoc-labs / webdoc

Documentation generator for the web
https://www.webdoclabs.com
Other
79 stars 9 forks source link

Stylesheets are copied with their full path #176

Closed obiot closed 2 years ago

obiot commented 2 years ago

I use "./node_modules/@melonjs/webdoc-theme/stylesheets/index.css" to specify the path to my css files, and when generating the doc, webdoc will copy the folder back to the node_modules level into the target folder.

with node_modules being a common folder added in the .gitignore file, it then prevents GitHub to publish that folder (note: workaround is to specify \node_modules with the backslash).

ShukantPal commented 2 years ago

Fixed1