BlessCSS / bless

CSS Post-Processor
blesscss.com
MIT License
282 stars 60 forks source link

install bless with bundler not create the executable in ./bin #51

Closed matinfo closed 9 years ago

matinfo commented 9 years ago

I install bless with: bundle install --binstubs ./bin --clean --path ./gems

My Gemfile include: gem 'bless', '0.1.0'

Result bless is installed but I not found where the executable is created or if it's created.

Help are welcome.

aabenoja commented 9 years ago

@matinfo I think you meant to post this here... The bless gem and this project are completely different.

aabenoja commented 9 years ago

@matinfo Let me clarify, there is no gem for this project. This project is a node.js package, which is independent of ruby. Please refer to here on installation and usage.

matinfo commented 9 years ago

Thanks for your clarification.