Skip to content
New issue

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

Fix the error thrown by generating the gruntfile #2

Closed
sondr3 opened this issue Jan 24, 2014 · 0 comments
Closed

Fix the error thrown by generating the gruntfile #2

sondr3 opened this issue Jan 24, 2014 · 0 comments
Labels
Milestone

Comments

@sondr3
Copy link
Owner

sondr3 commented Jan 24, 2014

undefined:8
((__t = ( _.slugify(projectname) )) == null ? '' : __t) +
                    ^
ReferenceError: projectname is not defined
    at eval (/lodash/template/source[1]:8:21)
    at PlaybookGenerator.underscore [as _engine] (/home/sondre/Projects/generator-jekyllized/node_modules/yeoman-generator/lib/util/engines.js:33:30)
    at PlaybookGenerator.engine (/home/sondre/Projects/generator-jekyllized/node_modules/yeoman-generator/lib/actions/actions.js:291:10)
    at PlaybookGenerator.template (/home/sondre/Projects/generator-jekyllized/node_modules/yeoman-generator/lib/actions/actions.js:269:15)
    at PlaybookGenerator.packageJSON (/home/sondre/Projects/generator-jekyllized/app/index.js:382:8)
    at /home/sondre/Projects/generator-jekyllized/node_modules/yeoman-generator/lib/base.js:290:20
    at /home/sondre/Projects/generator-jekyllized/node_modules/yeoman-generator/node_modules/async/lib/async.js:551:21
    at /home/sondre/Projects/generator-jekyllized/node_modules/yeoman-generator/node_modules/async/lib/async.js:227:13
    at iterate (/home/sondre/Projects/generator-jekyllized/node_modules/yeoman-generator/node_modules/async/lib/async.js:134:13)
    at /home/sondre/Projects/generator-jekyllized/node_modules/yeoman-generator/node_modules/async/lib/async.js:145:25
@sondr3 sondr3 closed this as completed in d8b3737 Jan 28, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant