Changelog History
Page 2
-
v0.7.4 Changes
- โ Add
rake bower:install:deployment
which installs from generated bower.json without generating it first, keeping any additions (like dependency conflict resolutions) intact [#89][] and [#92][]
๐ [#89]: https://github.com/42dev/bower-rails/pull/89 ๐ [#92]: https://github.com/42dev/bower-rails/pull/92 ๐ [#95]: https://github.com/42dev/bower-rails/pull/95
- โ Add
-
v0.7.3 Changes
May 16, 2014- Add
install_before_precompile
configurable option to invokerake bower:install
before precompilation - DSL: Add ability to specify
ref
option which accepts commit's SHA and composes it as a component's version - ๐ Fix
NoMethodError: undefined method 'full_comment' for nil:NilClass
. Check forrake assets:precompile
task existance.
- Add
-
v0.7.2 Changes
- โ add configurable option for performing
rake bower:install
andrake bower:clean
tasks before assets precompilation - โ add ability to pass bower CLI options to bower-rails rake tasks if nessesary
- ๐
rake bower:clean
task added to remove any component files not specified in their respective bower.json main directives by @paulnsorensen [#65][] require 'find'
in bower.rake to fixuninitialized constant Find
by @cmckni3 [#69][]- ๐ allow a bundler-like way of specifying versions for Git Repos by @davetron5000 [#70][]
- ๐ Fix bug with
rake assets:precompile
enhancing [#72][] - Ensuring executable command doesn't point to a directory by @clouseauu [#73][]
- โ Add github option to DSL by @xtian [#75][]
๐ [#65]: https://github.com/42dev/bower-rails/pull/65 ๐ [#69]: https://github.com/42dev/bower-rails/pull/69 ๐ [#70]: https://github.com/42dev/bower-rails/pull/70 ๐ [#72]: https://github.com/42dev/bower-rails/pull/72 ๐ [#73]: https://github.com/42dev/bower-rails/pull/73 ๐ [#74]: https://github.com/42dev/bower-rails/pull/75
- โ add configurable option for performing
-
v0.7.1 Changes
- โก๏ธ update initialize generator to create sample
Bowerfile
by @byterussian [#64][] - โก๏ธ update initialize generator to create a
bower-rails
initializer file
๐ [#64]: https://github.com/42dev/bower-rails/pull/64
- โก๏ธ update initialize generator to create sample
-
v0.7.0 Changes
- โ add configuration option for
BowerRails
that invokesrake bower:install
andrake bower:resolve
tasks before assets precompilation - ๐ fixed bug with
bower:resolve
task: skipFile.read
if it's not a file (ex.: a directory name contains ".css") by @yujiym [#55][]
๐ [#55]: https://github.com/42dev/bower-rails/pull/55
- โ add configuration option for
-
v0.6.1 Changes
- ๐ฑ Disable installing bower assets before precompilation
- Search node_modules directory local to project by @jimpo [#52][]
๐ [#52]: https://github.com/42dev/bower-rails/pull/52
-
v0.6.0 Changes
- ๐ fixed bug with
bower:update
andbower update:prune
: now refreshesbower.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 forbower.json
also forBowerfile
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 onRails.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
- ๐ fixed bug with
-
v0.5.0 Changes
- ๐ Jsfile was renamed to Bowerfile and BowerRails::Dsl#js to BowerRails::Dsl#asset ([discussion][]) ๐ [discussion]: https://github.com/42dev/bower-rails/pull/29