Skip to content

Commit 204bd8c

Browse files
Copy the scripts directory to the output
1 parent 22a7455 commit 204bd8c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,7 @@ impl Generator {
220220
dir::copy("static/fonts", &self.out_directory, &options)?;
221221
dir::copy("static/images", &self.out_directory, &options)?;
222222
dir::copy("static/styles", &self.out_directory, &options)?;
223+
dir::copy("static/scripts", &self.out_directory, &options)?;
223224

224225
Ok(())
225226
}

0 commit comments

Comments
 (0)