groc
groc copied to clipboard
first folder ignored
Hi first off I'm loving this. Was playing with docco but much prefer the menu and project handling in groc hope you keep developing this.
Possible small bug when I try to create files for a project the first folder is ignored and the files from it are placed in the root.
So if it do groc _.js utils/_js lib/*.js I get all the files but only one subfolder lib in the menu.
I have put an empty folder called blank in my project and run groc .js blank/.js utils/js lib/.js which gives me a root, a utils and a lib folder in the menu.
Cheers