No description
Find a file
2018-11-26 02:48:34 -06:00
src Add sass function 2018-08-05 01:39:45 -05:00
.gitignore ignore lock 2017-10-25 21:37:00 -05:00
Cargo.toml Update dependency 2018-11-26 02:48:34 -06:00
LICENSE add license 2017-10-26 02:39:44 -05:00
README.md readme 2017-10-26 02:38:08 -05:00
TODO.md indent 2017-10-26 02:42:35 -05:00

Plushie Narwhal

A loosely organized group of utilities for generating resources, bundling them, and generating code to use them.

For example: call browserify on an input javascript file, bake the resulting javascript into the binary, and wrap it in a Rocket route which serves it up.

This was yanked out of a build script for another project, so while it can be used standalone, the API is not particularly great yet.