Migrate to using Rookeries as a static site generator.
This commit is contained in:
parent
37b67fc4ea
commit
4d77fc403a
|
@ -260,6 +260,7 @@ fn main() {
|
|||
}
|
||||
|
||||
// Bring in the static file directory.
|
||||
// TODO: Ensure a separate copy over of JS assets from Rookeries. (from plugins and standalone compiled JS)
|
||||
info!("Copying static assets...");
|
||||
let assets_source_dir = Path::new(&project_directory).join("static").canonicalize().unwrap();
|
||||
let assets_target_dir = Path::new(&build_directory).join("static");
|
||||
|
|
Loading…
Reference in New Issue