lslezak / build-rake

An extension for the atom-build package providing Rake support
MIT License
3 stars 7 forks source link

Added support for bundler #8

Closed c0m3tx closed 8 years ago

c0m3tx commented 8 years ago

It now prepends 'bundle exec' if a Gemfile/Gemfile.lock can be found in the root folder.

Should be made optional, but I really don't know how to do that :)

c0m3tx commented 8 years ago

It has a strange issue with some non-bundler rakefiles, I'll look into it.