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
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).
The text was updated successfully, but these errors were encountered:
obiot
changed the title
template are copied with their full path
templates are copied with their full path
Jun 15, 2022
ShukantPal
changed the title
templates are copied with their full path
Stylesheets are copied with their full path
Jun 15, 2022
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 thenode_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).The text was updated successfully, but these errors were encountered: