BlessCSS/bless

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

matinfo opened this issue · 3 comments

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.

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

@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.

Thanks for your clarification.