stable

Clone or download

Read-only

Build the statistics scripts with Webpack

Part of request #14384 Move all javascript build process to Webpack This also unifies themes and scripts build with one webpack config. Everything is supposed to work as before. Change-Id: I57d454c8f8614e01e75221a76e4300e4f461a202

Modified Files

Name
M plugins/statistics/build-manifest.json +1 −1 Go to diff View file
M plugins/statistics/include/DiskUsagePie/DiskUsagePieDisplayer.php +3 −3 Go to diff View file
M plugins/statistics/include/statisticsPlugin.php +13 −12 Go to diff View file
R plugins/statistics/www/js/package-lock.json Go to diff View file
A plugins/statistics/package.json +20 −0 Go to diff View file
R plugins/statistics/www/js/admin.js Go to diff View file
R plugins/statistics/www/js/disk-usage-pie/src/disk-usage-pie-chart.js Go to diff View file
M plugins/statistics/themes/BurningParrot/css/style-blue.scss +1 −1 Go to diff View file
M plugins/statistics/themes/BurningParrot/css/style-green.scss +1 −1 Go to diff View file
M plugins/statistics/themes/BurningParrot/css/style-grey.scss +1 −1 Go to diff View file
M plugins/statistics/themes/BurningParrot/css/style-orange.scss +1 −1 Go to diff View file
M plugins/statistics/themes/BurningParrot/css/style-purple.scss +1 −1 Go to diff View file
M plugins/statistics/themes/BurningParrot/css/style-red.scss +1 −1 Go to diff View file
D plugins/statistics/themes/package-lock.json +0 −4 Go to diff View file
D plugins/statistics/themes/package.json +0 −14 Go to diff View file
D plugins/statistics/themes/webpack.common.js +0 −48 Go to diff View file
A plugins/statistics/webpack.common.js +69 −0 Go to diff View file
R plugins/statistics/themes/webpack.dev.js Go to diff View file
R plugins/statistics/themes/webpack.prod.js Go to diff View file
D plugins/statistics/www/js/package.json +0 −21 Go to diff View file
D plugins/statistics/www/js/webpack.config.js +0 −50 Go to diff View file
M tools/rpm/tuleap.rhel6.spec +1 −0 Go to diff View file
M tools/rpm/tuleap.rhel7.spec +1 −0 Go to diff View file