Skip to content

Commit

Permalink
Watch .theme files
Browse files Browse the repository at this point in the history
  • Loading branch information
essenciary authored and hhaensel committed Nov 11, 2024
1 parent 7d82cee commit b7bacc3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "Genie"
uuid = "c43c736e-a2d1-11e8-161f-af95117fbd1e"
authors = ["Adrian Salceanu <[email protected]> and the amazing Genie contributors ♥️"]
version = "5.31.0"
version = "5.31.1"

[deps]
ArgParse = "c7e460c6-2fb9-53a9-8c5b-16f535851c63"
Expand Down
2 changes: 1 addition & 1 deletion src/Configuration.jl
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ Base.@kwdef mutable struct Settings
env_file::String = ".env"

watch::Bool = false
watch_extensions::Vector{String} = String["jl", "html", "md", "js", "css"]
watch_extensions::Vector{String} = String["jl", "html", "md", "js", "css", "theme"]
watch_handlers::Dict{Any,Vector{Function}} = Dict()
watch_frequency::Int = 2_000 # 2 seconds
watch_exceptions::Vector{String} = String["bin/", "build/", "sessions/", "Project.toml", "Manifest.toml"]
Expand Down

0 comments on commit b7bacc3

Please sign in to comment.