Remove unneeded file to load sidebar items at crate level
This commit is contained in:
parent
5a87482eff
commit
e081cd48f4
3 changed files with 0 additions and 6 deletions
|
@ -227,7 +227,6 @@ pub(super) fn write_shared(
|
|||
)?;
|
||||
write_minify("search.js", static_files::SEARCH_JS)?;
|
||||
write_minify("settings.js", static_files::SETTINGS_JS)?;
|
||||
write_minify("sidebar-items.js", static_files::sidebar::ITEMS)?;
|
||||
|
||||
if cx.shared.include_sources {
|
||||
write_minify("source-script.js", static_files::sidebar::SOURCE_SCRIPT)?;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue