jsTree jquery plugin refers to style.css instead of style.min.css #3170
Labels
Area: Frontend
bug report
Issue: Clear Description
Gate 2 Passed. Manual verification of the issue description passed
Issue: Confirmed
Gate 3 Passed. Manual verification of the issue completed. Issue is confirmed
Issue: Format is not valid
Gate 1 Failed. Automatic verification of issue format is failed
Issue: Ready for Work
Gate 4. Acknowledged. Issue is added to backlog and ready for development
Reproduced on 2.1.x
The issue has been reproduced on latest 2.1 release
Reproduced on 2.2.x
The issue has been reproduced on latest 2.2 release
Reproduced on 2.3.x
The issue has been reproduced on latest 2.3 release
triage wanted
When deploying with minified js and css, jsTree still refers to the unminified version of its stylesheet in its javascript. However, the minified version is not deployed to pub/static. This can be probably be resolved by configuring the correct minified style url for jsTree which does exist in pub/static.
See the failing url in the javascript console of the screenshot included below.
If I change the url to reference style.min.css, I see the expected icons next to the folder names in the UI.
The text was updated successfully, but these errors were encountered: