Skip to content

Draft: Remove jquery-ui component

Vignesh Raman requested to merge wip/vignesh/fix-build-error into apertis/v2023dev2

The build was failing with, AssertionError: Missing package data: notebook/static/components/jquery-ui/themes/smoothness/jquery-ui.min.css

jquery-ui.min.css is not generated when jqueryui is built since yui-compressor is required and it is moved to sdk. So remove jquery-ui component to fix this issue.

Fixes: https://phabricator.apertis.org/T8744

Edited by Vignesh Raman

Merge request reports