Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ondrejspanel/cssrepro


https://github.com/ondrejspanel/cssrepro

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# CssRepro

Demonstrate an issue with Udash 0.9.0 and Scala 2.13 when using CrossProject plugin

## Repro

`sbt backend/run`

### Expected result

The application should print a short CSS file

### What happens instead

An empty string is printed

### Observation

- Variable `elementsBuffer` accessed in `CssRender.render` is empty.
- When you remove `JSDependenciesPlugin` and do a clean build, Css is printed fine