[][src]Function ructe::compile_static_files

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

Use the statics() method of struct Ructe instead

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

This must be called before compile_templates.