satorumurmur / bibi

Bibi | EPUB Reader on your website.
https://bibi.epub.link
MIT License
859 stars 123 forks source link

Bundler #10

Closed KitaitiMakoto closed 10 years ago

KitaitiMakoto commented 10 years ago

@satorumurmur Thanks for the commit right! This is my first collaborator work.

I found that grunt-contrib-compass' bundleExec option is set to true in this project's Gruntfile.js. If we use bundle exec to execute Compass commands, we should install Compass and the dependent gems(including Sass) by Bundler(bundle command) instead of system wide gem command.

In short, using Bundler is such like using npm without -g option but more complex. For more information, see http://bundler.io/ ... or ask me when we will meet.

satorumurmur commented 10 years ago

Thank you so much. (I surely will ask you some questions later. :p )