stable
Clone or download
Read-only
Part of request #14384 Move all javascript build process to Webpack This will make the scripts NOT handled by webpack more visible. It also helps reduce the .rpm size by deleting scripts sources. No functional changes: - rebuild the app access to release overview => burnup is porperly displayed Change-Id: Icf61a1d47ef1a4e30a40d5f2e93e737017be2bf9
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/agiledashboard/build-manifest.json | +2 | −2 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/FormElement/Burnup.php | +2 | −2 | Go to diff View file |
R | plugins/agiledashboard/www/js/burnup-chart/po/fr.po | Go to diff View file | ||
R | plugins/agiledashboard/www/js/burnup-chart/src/burnup-chart-drawer.js | Go to diff View file | ||
R | plugins/agiledashboard/www/js/burnup-chart/src/burnup-chart.js | Go to diff View file | ||
R | plugins/agiledashboard/www/js/burnup-chart/src/burnup-data-transformer.js | Go to diff View file | ||
R | plugins/agiledashboard/www/js/burnup-chart/src/chart-data-service.js | Go to diff View file | ||
R | plugins/agiledashboard/www/js/burnup-chart/src/gettext-provider.js | Go to diff View file | ||
M | plugins/agiledashboard/scripts/package-lock.json | +337 | −0 | Go to diff View file |
M | plugins/agiledashboard/scripts/package.json | +9 | −1 | Go to diff View file |
M | plugins/agiledashboard/scripts/webpack.common.js | +28 | −1 | Go to diff View file |
M | plugins/agiledashboard/www/js/webpack.config.js | +0 | −1 | Go to diff View file |