vaadin / skeleton-starter-hilla-react-gradle

The Unlicense
0 stars 2 forks source link

PiT 24.2: app uses unavailable line-awesome icons #6

Closed manolo closed 1 year ago

manolo commented 1 year ago
# Clone starter
git clone https://github.com/vaadin/skeleton-starter-hilla-react-gradle.git
cd skeleton-starter-hilla-react-gradle
# upgrade versions e.g.
perl -pi -e 's/2.1.2/2.2.0.alpha2/' pom.xml
# run for production
./gradlew clean build -Philla.productionMode 
# open app and see errors y chrome dev tools console
Failed to load resource: the server responded with a status of 404 () - http://localhost:8080/VAADIN/build/line-awesome/svg/file.svg
Failed to load resource: the server responded with a status of 404 () - http://localhost:8080/VAADIN/build/line-awesome/svg/globe-solid.svg
manolo commented 1 year ago

It still does not work in production mode, unless the same approach to the skeleton-starter-hilla-lit-gradle project that works in both modes