grunt-verb icon indicating copy to clipboard operation
grunt-verb copied to clipboard

Grunt plugin for Verb, the markdown documentation generator with zero-configuration required.

Results 9 grunt-verb issues
Sort by recently updated
recently updated
newest added

Hi there, first off great project! Love it. Secondly, no matter what I do, whether I manually configure a Gruntfile task or not, I get the following: ``` › grunt...

No matter what content of `.verb.md`, even if file is empty :), I always have this `TypeError`: ``` Running "verb:readme" (verb) task TypeError: Cannot read property 'replace' of null Cannot...

The default .verbrc template contains a reference to contrib("authors"). ``` ## Author {%= contrib("authors") %} ``` This appears to resolve to [https://github.com/verbose/verb-contrib-templates/templates/authors.md](https://github.com/verbose/verb-contrib-templates/blob/1473612f9bdf7d5f2e14bb6e9f24cf1c31c2a049/templates/authors.md) which in turn loads jon.md and brian.md... ```...

Here is my content of `.verb.md`-like file: ``` {%= include("footer") %} ``` the part, which gives me this warning: ``` Running "verb:readme" (verb) task TypeError: Cannot read property 'replace' of...

Need a sanity check. The readme for grunt-verb says there is no configuration required. When I install and attempt to run the verb task without adding a config to my...

bug

Getting this error when trying to install grunt-verb: npm ERR! Darwin 14.4.0 npm ERR! argv "/usr/local/n/versions/node/0.12.7/bin/node" "/usr/local/n/versions/node/0.12.7/bin/npm" "install" "grunt-verb" "--save-dev" npm ERR! node v0.12.7 npm ERR! npm v2.11.3 npm ERR!...

In projects, it is not uncommon to use a docs directory off the root as the destination for auto-generated code documentation from JSDocs, docco, yuidocs, whatever. This conflicts with verb's...

To override the default locations with a custom verb config block in my Gruntfile.js I had to edit [line 34 of r/tasks/verb.js](https://github.com/assemble/grunt-verb/blob/master/tasks/verb.js#L34). ``` verb.options = _.extend(verb.options || {}, options); ```...

bug

So, today I ended up having an interesting issue. I'd changed my changelog, rebuilt my docs and everything was dandy ... except, the README file wasn't updated. Doing a few...