bower-rails v0.6.0 Release Notes

    • ๐Ÿ›  fixed bug with bower:update and bower update:prune: now refreshes bower.json after update task is executed
    • rake bower:list task now available
    • ๐Ÿ”ง There is no more dsl namespace for rake tasks. Tasks are the same as for bower.json also for Bowerfile configuration files.
    • โž• Add support for standard bower package format by @kenips ([#41][])
    • ๐Ÿš… If a .bowerrc file is available in the rails project root, it will now be used as the starting point for the generated .bowerrc by @3martini. ([#40][])
    • ๐Ÿš… Root path is now always Dir.pwd without depending on Rails.root. Fixes [#42][]
    • ๐Ÿฑ [DSL] Allow to store assets only in :lib or :vendor directories.
    • ๐Ÿ›  [DSL] Keep groups independent. Fixes [#44][]
    • ๐Ÿฑ [DSL] Assign default or custom assets_path for a group if it is not provided
    • โž• Add bower:resolve task to fix relative URLs in CSS files with Rails asset_path helper and resolve bower components before precompile by @jimpo [#49][]

    ๐Ÿš… [#49]: https://github.com/42dev/bower-rails/pull/49 ๐Ÿš… [#44]: https://github.com/42dev/bower-rails/issues/44 ๐Ÿš… [#42]: https://github.com/42dev/bower-rails/issues/42 ๐Ÿš… [#41]: https://github.com/42dev/bower-rails/pull/41 ๐Ÿš… [#40]: https://github.com/42dev/bower-rails/pull/40