-
## Issue
The following test fails under sbt 2.0.
https://github.com/sbt/sbt-web/blob/main/src/sbt-test/sbt-web/multi-module/build.sbt#L16
## Short version
sbt 2 changes the default value for `…
-
## steps
**build.sbt**
```
enablePlugins(SbtWeb)
val foo = taskKey[Classpath]("foo")
foo := (Assets / exportedProducts).value
```
**project/plugins.sbt**
```
addSbtPlugin("com.typesaf…
-
@jamesward , @huntc - This will be the perfect companion for the sbt-web story.
Ideally, it could just support livereload, like https://github.com/guard/guard-livereload
-
It appears my project doesn't recompile when I save the source files in an sbt project. As a result, only treesitter errors seem to update with the source, but not build diagnostics.
**Reproduction…
-
SBT is awesome, but I seem to have to change my path to point to my preferred JDK in some cases.
**Desired behavior**
SBT uses -java-home if specified
**Actual behavior**
Specifying -java-home works…
-
- [x] I've read the [CONTRIBUTING](https://github.com/sbt/sbt/blob/1.x/CONTRIBUTING.md) guidelines
## steps
**project/plugins.sbt**
```scala
addSbtPlugin("ch.epfl.scala" % "sbt-web-scalajs-bun…
-
### Version
Which version(s) did you encounter this bug ? [6156df7](https://github.com/vert-x3/vertx-scala.g8/commit/6156df7fd331043af631d77d0773972772dfb6ce)
### Context
I tried to build i…
-
## steps
* download IntelliJ 2024.2 community
* clone rudder repository: `git clone https://github.com/Normation/rudder.git`
* cd to `rudder/webapp/sources` and run `./rudder/rudder-web/src/main/…
-
Compiling the sources, then serve them from resources, e.g. https://github.com/gemini-hlsw/ocs3/blob/develop/modules/edu.gemini.seqexec.web/edu.gemini.seqexec.web.server/src/main/scala/edu/gemini/seqe…
-
We were trying to merge our grunt build into sbt-web. For that we were just using the sbt-coffeescript and the sbt-stylus plugin to compile our assets. This works to some extend. What happens is:
- Wh…