pub fn compile_static_files(indir: &Path, outdir: &Path) -> Result<()>
Expand description

Create a statics module inside outdir, containing static file data for all files in indir.

This must be called before compile_templates.