Skip to content

Commit

Permalink
[ofl] include json files in website
Browse files Browse the repository at this point in the history
will make it easier to host static example data
  • Loading branch information
anp committed Oct 18, 2020
1 parent aebf3d7 commit 621aee8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ofl/src/website.rs
Expand Up @@ -67,7 +67,8 @@ impl DistOpts {
let skip_prefixes =
vec![output_path.to_path_buf(), root_path.join(".vscode"), root_path.join("ofl")];

let exts = vec!["css", "html", "ico", "js", "map", "png", "svg", "txt", "wasm", "woff"];
let exts =
vec!["css", "html", "ico", "js", "json", "map", "png", "svg", "txt", "wasm", "woff"];

let output = output_path.display();
info!({ %output }, "cleaning");
Expand Down

0 comments on commit 621aee8

Please sign in to comment.