Use hashed assets from webpack/another asset wrangler in Jekyll without a plugin
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.
Copy the _includes/asset_map
directory into your own _includes
directory.
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
.
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.
Please do! Feel free to submit issues as you encounter them. Read over the contributing guide before you submit a PR.