# Bootleg-Phoenix
[](https://circleci.com/gh/labzero/bootleg_phoenix)
Provides Phoenix-specific [Bootleg][bootleg] tasks.
These tasks are automatically wired up to the appropriate build steps in Bootleg, making deployment
of Phoenix apps via Bootleg as smooth as a wheated whiskey.
## Installation
The package can be installed by adding `bootleg_phoenix` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[{:distillery, "~> 1.5"},
{:bootleg, "~> 0.5"},
{:bootleg_phoenix, "~> 0.2"}]
end
```
## Tasks
This package provides the following tasks to your project's bootleg environment.
### `phoenix_digest`
This task makes sure your NPM dependencies are up-to-date and `brunch` is available, then does a
`mix phoenix.digest` after the Bootleg `compile` task completes.
## Contributing
We welcome everyone to contribute to Bootleg-Phoenix and help us tackle existing issues!
Use the [issue tracker][issues] for bug reports or feature requests.
Open a [pull request][pulls] when you are ready to contribute.
If you are planning to contribute documentation, please check
[the best practices for writing documentation][writing-docs].
## LICENSE
Bootleg-Phoenix source code is released under the MIT License.
Check the [LICENSE](LICENSE) file for more information.
[issues]: https://github.com/labzero/bootleg_phoenix/issues
[pulls]: https://github.com/labzero/bootleg_phoenix/pulls
[writing-docs]: http://elixir-lang.org/docs/stable/elixir/writing-documentation.html
[bootleg]: https://github.com/labzero/bootleg