-
- [x] I've read the [CONTRIBUTING](https://github.com/sbt/sbt/blob/1.x/CONTRIBUTING.md) guidelines
## steps
1. You can clone my sample project https://github.com/almothafar/play-with-mapstruct
2.…
-
[untyped/sbt-plugins](https://github.com/untyped/sbt-plugins) has a nice-looking set of SBT plugins for handling the web assets pipeline, including JS/CoffeeScript and SASS. These might be worth looki…
hawkw updated
9 years ago
-
1. Allow generating a separate file for libraries vs. application
2. Add an npmDeps setting
3. Support setting bloop JS module kind to commonjs so `@JSImport` works
4. Generate package.json and web…
-
**Scenario**
I have a fairly simple Scalatra project with Scala.js and LESS for which I need to create an sbt build configuration. The project is separated into three parts: jvm, js, shared code.
My…
-
When I run an application with
```
sbt project/run
```
all log output from the screen gets written into a file like
```
/tmp/sbt12345678990.log
```
If an application runs for longer, say an hour …
-
Plus we need an App server in the main project for development purposes that will serve both compiled assets and API requests.
-
sbt-web mentions the following features that we should be able to profit from:
- Standardised reporting of compilation style errors
- Utilities for managing Akka from within sbt (sbt-web based plugins…
-
creating new builds with vite has this nice feature where you select from common frameworks. test frameworks and if you want a TypeScript project. I think this would be a really cool feature to have. …
-
Below the console output:
[play-purescript-example] $ test
[trace] Stack trace suppressed: run last web-assets-test:assets for the full output.
[error](web-assets-test:assets) Duplicate mappings:
[er…
emiaj updated
7 years ago
-
We are running into a problem in case that a lib exists in the .m2 and .ivy2 directory. The workaround is to delete the lib in one of the directories.
The exception:
```
[debug] Webapp resources di…