Posts tagged under "sprockets"

Cake walk: Using bower with rails

By Yuva on December 10, 2014
Traditionally, Rails 3.x and above come with Sprockets and asset management functions. However, using a JavaScript or CSS library with Sprockets means we'd have to roll them into gems with a specific directory heirarchy. Instead, we can leverage Bower to handle that for us.
Tagged under: rails, assets, bower, sprockets