killercup / grock

Grock converts your nicely commented code into a gorgeous documentation where comments and code live happily next to each other.
http://killercup.github.io/grock/
MIT License
38 stars 13 forks source link

Crock doesn't reads Config file .proc.json #30

Closed dkudrin closed 8 years ago

dkudrin commented 8 years ago

Hello, grock 0.3.8 can't read .proc.json. It gets params only from command line arguments.

Best reagrds, Dmitry

dkudrin commented 8 years ago

.proc.json is in the root of project. Grock globally installed. Inside .proc.json:

{
  "glob": ["*.js"],
  "out": "docs",
  "verbose": "true",
  "style": "thin"
}
killercup commented 8 years ago

The config file is called .groc.json :)

dkudrin commented 8 years ago

@killercup Aha, thanks!)