Unversioned -> InvocationSpecific
This commit is contained in:
parent
55731bbc7d
commit
ed8e12fd24
1 changed files with 1 additions and 1 deletions
|
@ -305,7 +305,7 @@ pub(super) fn write_shared(
|
|||
|
||||
if cx.shared.layout.scrape_examples_extension {
|
||||
cx.write_minify(
|
||||
SharedResource::Unversioned { name: "scrape-examples.js" },
|
||||
SharedResource::InvocationSpecific { basename: "scrape-examples.js" },
|
||||
static_files::SCRAPE_EXAMPLES_JS,
|
||||
options.enable_minification,
|
||||
&options.emit,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue