We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No matter what content of .verb.md, even if file is empty :), I always have this TypeError:
.verb.md
TypeError
Running "verb:readme" (verb) task TypeError: Cannot read property 'replace' of null Cannot find "username" on the context. TypeError: Cannot read property 'split' of undefined
Here is my config:
verb: { readme: { files: [ {src: ['assets/docs/.verb.md'], dest: 'dist/docs/README_by_verb.md'} ] } },
Here is my .verb.md:
# {%= name %} {%= badge("fury") %} > {%= description %} ## Install {%= include("install") %} ## Author {%= author %} ## License {%= copyright() %} {%= license() %} *** {%= include("footer") %}
Here is my generated readme.md
readme.md
FYI @jonschlinkert @jwtd
The text was updated successfully, but these errors were encountered:
No branches or pull requests
No matter what content of
.verb.md
, even if file is empty :), I always have thisTypeError
:Here is my config:
Here is my
.verb.md
:Here is my generated
readme.md
FYI @jonschlinkert @jwtd
The text was updated successfully, but these errors were encountered: