-
I have a multi-module project. My play project (let's name it A project) is just frontend for displaing some assets in the html page. Project A depends on Project B. Project B is sbt-web project (not …
LMnet updated
8 years ago
-
I've detected a bug, that takes place, if NO `rjs` presents in `pipeline`.
```
/app
/assets
/stylesheets
/1.css
```
File `1.css` contains something like this:
```
.some-icon {
backg…
-
That would be great if this sample project had a few integration tests. That way it will be easier for people adopting Scalajs + Play + SBT combo.
There are some caveats (I believe because the way `…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Config Migration Needed
- […
-
If you use `sbt-web` combined with Scala.js and you use the following in your build.sbt
```sbt
managedClasspath in Runtime += (packageBin in Assets).value
```
When you try to load the project …
-
May I know what is the rationale behind webAssets:unmanagedResources being a part of watchSources (https://github.com/sbt/sbt-web/blob/master/src/main/scala/com/typesafe/sbt/web/SbtWeb.scala#L210).
I…
SRGOM updated
8 years ago
-
`sbt-web` is dead and the UglifyJs we use is fairly broken in that it regularly recompresses all the files.
Seems that we ["want to use webpack’s uglify plugin, not sbt’s one"](https://gitter.im/sc…
-
The incremental compilation of my project ([scalacenter/scaladex](https://github.com/scalacenter/scaladex)) is slowed down by the `webJars` task.
If I run `server/Test/compile` twice without changi…
-
With `g8` I can do
```
g8 file:///tmp/muffins-web-service-template
Say something about this template.
name [My Something Project]:
```
But I'm seeing this when using `sbt new`
```
sbt new …
-
**Is your feature request related to a problem? Please describe.**
If you just naively depend on JavaFX lib like so:
```scala
//> using scala 3.5.0
//> using dep "org.openjfx:javafx-base:22.0.2"
…