Skip to content

Commit

Permalink
Adjust filter / includeFilter
Browse files Browse the repository at this point in the history
  • Loading branch information
v6ak committed Sep 22, 2023
1 parent 90d356b commit 01ba7dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ lazy val server = (project in file("server")).settings(
// When sbt-simple-url-update updates path for glyphicons-halflings-regular.woff, it garbles the path for glyphicons-halflings-regular.woff2.
"glyphicons-halflings-regular.woff",
filter / excludeFilter := "*.less" || "*.note" || "*.source" || "*.css" - "main.min.css" || "*.js" - "main.min.js",
filter / includeFilter := "*.css" || "*.html" || "*.js" || "*.csv" || "*.svg" || "*.woff" || "*.woff2" || "*.json.new",
filter / includeFilter := "*.css" || "*.html" || "*.js" || "*.csv" || "*.svg" || "*.woff" || "*.ttf" || "*.eot" || "*.woff2" || "*.json.new",
genHtmlDir := target.value / "web" / "html" / "main",
Assets / resourceDirectories += genHtmlDir.value,
Assets / resourceGenerators += Def.task {
Expand Down

0 comments on commit 01ba7dd

Please sign in to comment.