diff --git a/assets/228_themes.zip b/crates/nu-cli/assets/228_themes.zip similarity index 100% rename from assets/228_themes.zip rename to crates/nu-cli/assets/228_themes.zip diff --git a/crates/nu-cli/src/commands/to_html.rs b/crates/nu-cli/src/commands/to_html.rs index 7ecb41bba0..3ac3b034fe 100644 --- a/crates/nu-cli/src/commands/to_html.rs +++ b/crates/nu-cli/src/commands/to_html.rs @@ -77,7 +77,7 @@ impl Default for HtmlTheme { } #[derive(RustEmbed)] -#[folder = "../../assets/"] // TODO: Should assets be part of the crate versus the project? +#[folder = "assets/"] struct Assets; pub struct ToHTML;