From b7bacc35f65cfd91816026495da5cfc288e9c645 Mon Sep 17 00:00:00 2001 From: Adrian Salceanu Date: Sun, 10 Nov 2024 14:18:17 +0100 Subject: [PATCH] Watch .theme files --- Project.toml | 2 +- src/Configuration.jl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 450de3eb9..f5ca692dc 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "Genie" uuid = "c43c736e-a2d1-11e8-161f-af95117fbd1e" authors = ["Adrian Salceanu and the amazing Genie contributors ♥️"] -version = "5.31.0" +version = "5.31.1" [deps] ArgParse = "c7e460c6-2fb9-53a9-8c5b-16f535851c63" diff --git a/src/Configuration.jl b/src/Configuration.jl index 9993fcbf1..29e150361 100755 --- a/src/Configuration.jl +++ b/src/Configuration.jl @@ -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"]