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
in .groc.json, groc takes the first directory listed in "glob" array and dumps its contents into the "out" folder, instead of just dumping the directory itself
#163
Open
dannycochran opened this issue
May 17, 2014
· 2 comments
And in both the "app" and "otherapp" directories, there are subdirectories "models, views, helpers."
The outputted docs directory will look like this:
index.html [generated by groc]
assets [generated by groc]
models
views
helpers
otherapp
So groc is dumping the contents of the first directory it finds in the "glob" array into docs, instead of the entire directory with its contents. otherapp gets put in there just fine, though. This screws up the Table of Contents structure in the UI.
The text was updated successfully, but these errors were encountered:
On node v.0.10.28 and groc 0.6.3.
Let's say you have a .groc.json that looks like this:
And in both the "app" and "otherapp" directories, there are subdirectories "models, views, helpers."
The outputted docs directory will look like this:
So groc is dumping the contents of the first directory it finds in the "glob" array into docs, instead of the entire directory with its contents. otherapp gets put in there just fine, though. This screws up the Table of Contents structure in the UI.
The text was updated successfully, but these errors were encountered: