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 for the _README.MD file (Error code: ENOENT). #13

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

Fix the error for the _README.MD file (Error code: ENOENT). #13

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

Comments

@sondr3
Copy link
Owner

sondr3 commented Jan 24, 2014

/home/sondre/Projects/generator-jekyllized/node_modules/yeoman-generator/lib/actions/actions.js:186
    throw new Error('Unable to read "' + filepath + '" file (Error code: ' + e
          ^
Error: Unable to read "/home/sondre/Projects/generator-jekyllized/app/templates/_README.MD" file (Error code: ENOENT).
    at JekyllizeGenerator.read (/home/sondre/Projects/generator-jekyllized/node_modules/yeoman-generator/lib/actions/actions.js:186:11)
    at JekyllizeGenerator.template (/home/sondre/Projects/generator-jekyllized/node_modules/yeoman-generator/lib/actions/actions.js:268:19)
    at JekyllizeGenerator.application (/home/sondre/Projects/generator-jekyllized/app/index.js:426: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
    at /home/sondre/Projects/generator-jekyllized/node_modules/yeoman-generator/node_modules/async/lib/async.js:229:17
    at /home/sondre/Projects/generator-jekyllized/node_modules/yeoman-generator/node_modules/async/lib/async.js:556:34
sondr3 added a commit that referenced this issue Jan 28, 2014
Removed all the logic behind both choosing what directories CSS, JS etc
ends up and removed the grunt-deploy configuration and options. Will be
added later. All assets now default to assets/css etc and can't be
changed during installation. This fixes #7, fixes #8 and fixes #10.

The updates to index.js includes commenting out the deploy options,
and making Redcarpet the default Markdown engine, removed compass and
removed the h5bp template. This fixes #1, fixes #13, fixes #14,
fixes #15, fixes #16, fixes #17 and fixes #18.
@sondr3 sondr3 closed this as completed in e84105b 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