[][src]Function ructe::compile_static_files

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

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

This must be called before compile_templates.