Grails app for exhibiting a Grails 3.3.2 stylesheet defect.
You may use the setup.sh file to customize your environment with respect to Grails, Gradle and Java versions.
In a Bash shell, say . setup.sh to make the settings take effect.
Feel free to use any other mechanism to set up the desired environment.
However, note that setup.sh provides a workaround for apache/grails-core#10877 .
Start the app by invoking the Grails command line. Then:
clean
run-appThe output will end with Grails application running at http://localhost:8080
Point a web browser to http://localhost:8080
The database is initialized with a Ping that has a number of Pongs.
The initial view is a list of Pings.
There is only one.
Move the pointer to the first (and only) item in the list.
Watch how identical background and foreground colors make contents disappear. That's the point of this app.