appcache-brunch

Adds HTML5 .appcache generation to brunch.

Usage no npm install needed!

<script type="module">
  import appcacheBrunch from 'https://cdn.skypack.dev/appcache-brunch';
</script>

README

appcache-brunch

Adds brunch compilation time to HTML5 appcache file.

If appcache.appcache exists in any of your assets/ directory, plugin will add build time on bottom of the file after every build.

Usage

Add "appcache-brunch": "x.y.z" to package.json of your brunch app.

Pick a plugin version that corresponds to your minor (y) brunch version.

If you want to use git version of plugin, add "appcache-brunch": "git+ssh://git@github.com:brunch/appcache-brunch.git".