bricks-compress

Compressed output from bricks.js

Usage no npm install needed!

<script type="module">
  import bricksCompress from 'https://cdn.skypack.dev/bricks-compress';
</script>

README

BREAKING CHANGE

As of v0.2.0, bricks-compress is only available for node v0.6+

bricks-compress

bricks-compress adds output deflating using gzip to bricks.js. To be most effective, this plugin should be added to the post route.

Installing

npm install bricks-compress

Usage

var compress = require('bricks-compress');

appServer.addRoute(".+", compress, { section: "post" });

// or selectively
appServer.addRoute(".+cssquot;, compress, { section: "post" });