Skip to content

Commit 5962945

Browse files
committed
fix @stipple_precompile for HTTP v2
1 parent ea83f8a commit 5962945

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

src/Stipple.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1548,6 +1548,7 @@ using Stipple.ReactiveTools
15481548
ws_client_send(timeout = 60)
15491549
deps_routes(core_theme = true)
15501550
precompile_get(Genie.Assets.asset_path(assets_config, :js, file = "stipplecore"))
1551+
delete!(Stipple.DEPS, Stipple.PrecompileApp)
15511552
end
15521553

15531554
end

src/stipple/tools.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ macro stipple_precompile(setup, workload)
209209

210210
$workload
211211

212-
Stipple.down()
212+
Stipple.Genie.down!()
213213
end
214214
# reset secret back to empty string in case that the application sets the token during precompilation
215215
Stipple.Genie.Secrets.secret_token!("")

0 commit comments

Comments
 (0)