Manifester v1.0.0 Manifester View Source

A simple tool for getting digested asset paths out of the cache manifest.

See README.md to set up and Manifester.get/1 for usage.

Link to this section Summary

Functions

Performs a search for an asset, for example

Initialises the process, builds cache immediately afterwards

Link to this section Functions

Performs a search for an asset, for example:

iex> Manifester.get("js/app.js")
"js/app-53ddc50a336555354d6b3d18b76d8af6.js"

Don’t include a starting slash and you’re good.

Initialises the process, builds cache immediately afterwards.