grunt deploy task โ 'no such file or directory' message
guillaumepalayer opened this issue ยท 1 comments
Hi Rob ๐ ,
First, thank you for this great generator. It saved me a lot of time โ โญ
Since the last few days, i'm in trouble with grunt deploy task
. And more specificaly with the grunt check
task.
Everything looks nice when i run grunt serve
. See below:
Then, i run grunt deploy
, and this time, an error occurs when jekyll doctor is initiated. See below:
When i try to specify the source with jekyll doctor --source app
, it works fine.
I think this issue is similar to @patrickgrey issue #44
I have noticed this issue after a bundle update
. Maybe it's correlated. Or it depends of my environment varibles but it will be weird because it was operating well before this mess.
info:
- OS: windows 8.1
- node: v.0.10.26
- ruby: 1.9.3p551
- grunt: v0.4.5
- git: v1.9.5
- jekyll:2.5.3
Any help would be very appreciated. I have tried billion of "solutions". I try to figure it out what's going on. But at this time, i have no solution.
Jekyll doctor wasn't able to find out the source repository despite the specification into Gruntfile.
Adding source: app
to my _config.yml file solves my issue.
This configuration is not by default in generator-jekyllrb 1.2.1.