How can I add IgnorePath for yuidoc -


while generating document form yuidoc want ignore downloaded javascript libraries inside lib folder of project. how can place ignore list tried "ignorepaths": [ "./lib" ], "ignorepaths": [ "./lib/*.js" ], "ignorepaths": [ "lib" ]

still it's compiles javascript library files.

instead, try using exclude option discussed here https://github.com/yui/yuidoc/issues/5

"exclude" : ["lib"]


Comments

Popular posts from this blog

node.js - Bad Request - node js ajax post -

Why does Ruby on Rails generate add a blank line to the end of a file? -

keyboard - Smiles and long press feature in Android -