Skip to content

Fix webjar asset path for jquery-ui

Raphael Mäder requested to merge RASCHCM-104 into master

Created by: ssokolenko

Compressed WebJar assets should not be directly referred in templates because the minified version is automaticly selected in prod mode.

If compressed asset is referred directly like it was, then projects using play-cms aren't able to access it.

Merge request reports