Skip to content

Commit

Permalink
Merge pull request #246 from mkurz/webJarsAddMappingsToPackageBin_desc
Browse files Browse the repository at this point in the history
Add webJarsAddMappingsToPackageBin setting description
  • Loading branch information
mkurz authored Jun 13, 2024
2 parents 49229a8 + 15c40e2 commit 8a46526
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/main/scala/com/typesafe/sbt/web/SbtWeb.scala
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,10 @@ object Import {
val exportedMappings =
TaskKey[Seq[PathMapping]]("web-exported-mappings", "Asset mappings in WebJar format for exporting and packaging.")
val webJarsAddMappingsToPackageBin =
SettingKey[Boolean]("web-jars-add-mappings-to-package-bin", "TODO")
SettingKey[Boolean](
"web-jars-add-mappings-to-package-bin",
"If the exported webjar asset mappings should be added to the PackageBin mappings"
)
val exportedAssets = TaskKey[File]("web-exported-directory", "Directory with assets in WebJar format.")
val exportedAssetsIfMissing = TaskKey[File](
"web-exported-directory-if-missing",
Expand Down

0 comments on commit 8a46526

Please sign in to comment.