aaronbieber / octopress.el

An Emacs major mode for interacting with Octopress blogs.
GNU General Public License v3.0
14 stars 2 forks source link

support bundle exec if has file Gemfile #10

Closed stardiviner closed 9 years ago

stardiviner commented 9 years ago

If has Gemfile in octopress/. I got error same as this: https://github.com/octopress/octopress/issues/115

I hope octopress.el can append bundle exec if has Gemfile.

aaronbieber commented 9 years ago

I think that should be straightforward to implement, I'll have a look. I don't run through bundle myself so I'll have to see if I can set it up for testing.

stardiviner commented 9 years ago

@aaronbieber thanks

stardiviner commented 9 years ago

@aaronbieber command jekyll serve also need prefix bundle exec. I have added pull request. https://github.com/aaronbieber/octopress.el/pull/11