Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ondrejspanel/cssrepro
https://github.com/ondrejspanel/cssrepro
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ondrejspanel/cssrepro
- Owner: OndrejSpanel
- Created: 2023-04-19T14:48:08.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-04-20T08:33:56.000Z (almost 2 years ago)
- Last Synced: 2024-11-30T01:28:49.059Z (about 2 months ago)
- Language: Scala
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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