stable

Clone or download

Read-only

Move the hudson plugin to Webpack to build the CSS

Everything is supposed to work as before. Part of request #13299: Move all SCSS/CSS build process to Webpack Change-Id: I73ea7b9fad4aa4a25e88bd9fb3a53ba4fb88e3e9

Modified Files

Name
M plugins/hudson/build-manifest.json +2 −33 Go to diff View file
M plugins/hudson/include/hudsonPlugin.php +6 −1 Go to diff View file
M plugins/hudson/include/hudson_Widget_JobTestResults.class.php +3 −3 Go to diff View file
R plugins/hudson/www/themes/BurningParrot/css/_hudson.scss Go to diff View file
R plugins/hudson/www/themes/BurningParrot/css/style-blue-condensed.scss Go to diff View file
R plugins/hudson/www/themes/BurningParrot/css/style-blue.scss Go to diff View file
R plugins/hudson/www/themes/BurningParrot/css/style-green-condensed.scss Go to diff View file
R plugins/hudson/www/themes/BurningParrot/css/style-green.scss Go to diff View file
R plugins/hudson/www/themes/BurningParrot/css/style-grey-condensed.scss Go to diff View file
R plugins/hudson/www/themes/BurningParrot/css/style-grey.scss Go to diff View file
R plugins/hudson/www/themes/BurningParrot/css/style-orange-condensed.scss Go to diff View file
R plugins/hudson/www/themes/BurningParrot/css/style-orange.scss Go to diff View file
R plugins/hudson/www/themes/BurningParrot/css/style-purple-condensed.scss Go to diff View file
R plugins/hudson/www/themes/BurningParrot/css/style-purple.scss Go to diff View file
R plugins/hudson/www/themes/BurningParrot/css/style-red-condensed.scss Go to diff View file
R plugins/hudson/www/themes/BurningParrot/css/style-red.scss Go to diff View file
R plugins/hudson/www/themes/default/css/style.scss Go to diff View file
A plugins/hudson/themes/package-lock.json +4 −0 Go to diff View file
A plugins/hudson/themes/package.json +14 −0 Go to diff View file
A plugins/hudson/themes/webpack.common.js +49 −0 Go to diff View file
A plugins/hudson/themes/webpack.dev.js +23 −0 Go to diff View file
A plugins/hudson/themes/webpack.prod.js +23 −0 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