Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/docpad/docpad-plugin-assets

DocPad plugin to provide assets with content-based unique names
https://github.com/docpad/docpad-plugin-assets

docpad-plugin

Last synced: 2 months ago
JSON representation

DocPad plugin to provide assets with content-based unique names

Awesome Lists containing this project

README

        

Assets Plugin for DocPad

Travis CI Build Status
NPM version
NPM downloads
Dependency Status
Dev Dependency Status


GitHub Sponsors donate button
Patreon donate button
Flattr donate button
Liberapay donate button
Buy Me A Coffee donate button
Open Collective donate button
crypto donate button
PayPal donate button
Wishlist browse button

DocPad plugin to change URL of asset files to contain hash of contents, allowing for effective caching whilst enabling cache busting when contents change

## Usage

Change URL of asset files to contain hash of contents, allowing for effective caching whilst enabling cache busting when contents change.

This plugin enables the function `@asset()`, which takes a single string argument of the asset to manage. For example, if you have some HTML which looks like this:

``` html

```

Then to put the asset under then plugin's control you would change this to:

``` html

```

And that's it!

By default the plugin will leave the path along and replace the name of the file with it's hash. Continuing on from the above example, with the defaults the output URL will be something like `/images/3992a5c4177710abf7d1e90b91636b26cbac138b.png`. There are two options which you can tweak to change this default output.

- `retainPath`: if set to 'no' then this will remove any leading path from the URL and put the asset in the root directory. In the above case the output URL will be `/3992a5c4177710abf7d1e90b91636b26cbac138b.png`
- `retainName`: if set to 'yes' then this will retain the name of the original file, and append the hash to it. In the above case the output URL will be `/images/myimage-3992a5c4177710abf7d1e90b91636b26cbac138b.png`

### Implementation Notes

Please ensure that all assets use absolute path names, otherwise this plugin might not operate correctly.

Install

Install this DocPad plugin by entering docpad install assets into your terminal.

History

Discover the release history by heading on over to the HISTORY.md file.

Contribute

Discover how you can contribute by heading on over to the Contributing.md file.

Backers

Maintainers

These amazing people are maintaining this project:

Sponsors

No sponsors yet! Will you be the first?

GitHub Sponsors donate button
Patreon donate button
Flattr donate button
Liberapay donate button
Buy Me A Coffee donate button
Open Collective donate button
crypto donate button
PayPal donate button
Wishlist browse button

Contributors

These amazing people have contributed code to this project:

Discover how you can contribute by heading on over to the Contributing.md file.

License

Unless stated otherwise all works are:

and licensed under: