https://github.com/labzero/bootleg_phoenix
Provides Phoenix-specific Bootleg tasks.
https://github.com/labzero/bootleg_phoenix
Last synced: about 1 month ago
JSON representation
Provides Phoenix-specific Bootleg tasks.
- Host: GitHub
- URL: https://github.com/labzero/bootleg_phoenix
- Owner: labzero
- License: mit
- Created: 2017-07-26T19:17:17.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-07-30T16:14:07.000Z (over 6 years ago)
- Last Synced: 2025-10-21T17:47:35.933Z (5 months ago)
- Language: Elixir
- Homepage:
- Size: 81.1 KB
- Stars: 23
- Watchers: 8
- Forks: 6
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# 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.7"},
{: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