alexsalas.brackets-jekyll
alexsalas.brackets-jekyll copied to clipboard
Wrong behaviour on Brackets sprint 38
Hey guys, I'm trying to use "New site scaffold" functionallity but I can't. It opens a dialog box to select a folder, and after that, nothing happens.
Also, when I run "Run server" command, it opens a new tab in my browser (Chrome) @ localhost:4000, but I get this error:
Can you help me with this?
Cheers, seba
We are replicating the error, meanwhile our suggest is test your console environment.
gem install jekyll
jekyll new my-awesome-site
cd my-awesome-site
jekyll serve
# => Now browse to http://localhost:4000
OK, thank you Alex!
Cheers, seba
On April 17, 2014 at 3:28:53 AM, Alexander Salas ([email protected]) wrote:
We are replicating the error, meanwhile I suggest it to test your console environment.
gem install jekyll jekyll new my-awesome-site cd my-awesome-site jekyll serve
=> Now browse to http://localhost:4000
— Reply to this email directly or view it on GitHub.
--
Sebastian Zelonka
UX Designer
Buenos Aires, Argentina
Phone: +54 11 4989 4123 Skype: sebastianzelonka Twitter: @sebazelonka Linkedin: http://www.linkedin.com/in/sebastianzelonka
Hey Guys! I now it's been a while but, I'm running into the same problem described above. Do you plan to solve this bug?