Skip to content

Commit

Permalink
prevent components module reloading in manual mode (#697)
Browse files Browse the repository at this point in the history
  • Loading branch information
APB9785 authored Dec 10, 2024
1 parent ae5b31f commit 7774d76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/beacon/loader.ex
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ defmodule Beacon.Loader do

# consider implementing HTML and Tag engines
# to intercept component module calls
load_components_module(site)
if config.mode != :manual, do: load_components_module(site)

load_runtime_css(site)

Expand Down

0 comments on commit 7774d76

Please sign in to comment.