You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/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
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: