Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dwickern/broccoli-asset-rev-playframework


https://github.com/dwickern/broccoli-asset-rev-playframework

Last synced: 1 day ago
JSON representation

Awesome Lists containing this project

README

        

# broccoli-asset-rev-playframework

![Node.js CI](https://github.com/dwickern/broccoli-asset-rev-playframework/workflows/Node.js%20CI/badge.svg)

A customized [broccoli-asset-rev](https://github.com/ember-cli/broccoli-asset-rev) plugin to produce fingerprinted assets suitable for [Play Framework](https://www.playframework.com).

Produces digested files using conventions described in [sbt-digest](https://github.com/sbt/sbt-digest). This plugin does URL replacement more reliably than [sbt-simple-url-update](https://github.com/neomaclin/sbt-simple-url-update).

## Installation

```js
npm install broccoli-asset-rev-playframework --save-dev
```

## Usage

See [broccoli-asset-rev](https://github.com/ember-cli/broccoli-asset-rev)