Skip to content

Commit

Permalink
Addition to #89: Update README.md and CHANGELOG.md with details about…
Browse files Browse the repository at this point in the history
… deployment install task
  • Loading branch information
Christoph committed Jul 15, 2014
1 parent f6244e6 commit 35c5d4b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
## Edge version

* Add `rake bower:install:deployment` which installs from generated bower.json without generating it first, keeping any additions (like dependency conflict resolutions) intact [#89][]

## v0.7.3

* Add `install_before_precompile` configurable option to invoke `rake bower:install` before precompilation
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ By default this line is added while running the generator.
Once you are done with `bower.json` or `Bowerfile` you can run

* `rake bower:install` to install packages
* `rake bower:install:deployment` to install packages from bower.json
* `rake bower:update` to update packages
* `rake bower:update:prune` to update components and uninstall extraneous packages
* `rake bower:list` to list all packages
Expand Down

0 comments on commit 35c5d4b

Please sign in to comment.