-
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…
-
I added the sbt plugin for atmos and the necessary settings in my Build.scala. I am using Play 2.1.4 and sbt-atmos 0.3.0. When I run `atmos-run` I get
```
[info] Starting Atmos and Typesafe Console …
-
So, I upgraded to sbt 0.13 and sbt-osgi 0.6 on my project the other day only to discover that my project code now outputs stuff I didn't expect.
In my project, I take a bunch of project dependencies …
-
Just checked out the code and ran `sbt run`. On Mac OS X 10.8.4, sbt version 0.12.3, Scala 2.10.2.
Here's the output I get:
```
sbt run
[info] Loading global plugins from /Users/xxx/.sbt/plugins
[…
-
**What would you like to be added**:
When we do `kubectl logs [-f]` on a container in creation, we get this error message:
```
Error from server (BadRequest): container "" in pod "" is waiting t…
-
The scalafmt sbt plugin web site [describes some useful settings here](https://scalameta.org/scalafmt/docs/installation.html#settings) — for example `scalafmtFilter`. However it doesn't say how to ac…
-
It would be useful to provide quick setup options for the popular web frameworks, probably implemented as separate sets of settings in each plugin.
For example, in a Lift project you might have a `bu…
-
We are able to publish docs from local dev machine, where we have ssh access to the repository. However, when running on gh actions, the `sbt-ghpages` plugin can't clone the repository and update `gh-…
-
My first attempt to run the repo has failed with an apparent class loader issue.
First I download and build the remote repo project:
Last login: Wed Mar 12 15:40:28 on ttys008
davesimac:~ dave$ jav…
-
One thing that keeps coming up again and again is the need to enable/disable instrumentation via configuration alone, without fiddling with SBT plugins or selectively calling `Kamon.init()`. Something…