NPM integration for Rails
https://github.com/endenwer/npm-rails This gem made it easy to bring NPM to Rails. Under hood it use Browserify. Just like Bundler but for NPM packages.
Made a library? Written a blog post? Found a useful tutorial? Share it with the Ruby community here or just enjoy what everyone else has found!
https://github.com/endenwer/npm-rails This gem made it easy to bring NPM to Rails. Under hood it use Browserify. Just like Bundler but for NPM packages.
Comments
Looks like a great idea!
This is pretty slick this could possibly replace rails-assets for me.
Thanks. I made it because want to use NPM instead of rails-assets with Bower. For me this gem replaced rails-assets. I like Bundler DSL for managing NPM packages. I hope it will be useful for other Rails developers.
Post a comment