Skip to content

Use hashed assets from webpack/another asset wrangler in Jekyll without a plugin

License

Notifications You must be signed in to change notification settings

SKalt/jekyll_asset_map

Repository files navigation

Jekyll asset map _include

Use hashed assets from webpack/another asset wrangler in Jekyll without a plugin

master v1

When to use this

You should use this if all of the below are true:

[ ] you've got an existing Jekyll site written using liquid templates

[ ] you want to use some of the hot new tools from the JS ecosystem

[ ] but you don't want to completely rewrite your build process.

If you're going to process your HTML with some tool that runs in Node.js (webpack, rollup, parcel, gulp, or anything else), that tool likely has its own asset map implementation.

Quickstart

Copy the _includes/asset_map directory into your own _includes directory.

Documentation

You can see the docs all together on GitHub pages or see _data/docs.yml, the _api example collection, and working compiler configurations at examples.

Licensing

This package is free to use in open source under the terms of the Parity Public License.

Licenses for use in closed software are available via licensezero.com.

licensezero.com pricing

Contributing

Please do! Feel free to submit issues as you encounter them. Read over the contributing guide before you submit a PR.