stable

Clone or download

Read-only

Move the label 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: Idcb207b4011686117cf3a1a9e5b34f67b1dbc0b4

Modified Files

Name
M plugins/label/Makefile +2 −0 Go to diff View file
M plugins/label/build-manifest.json +2 −27 Go to diff View file
M plugins/label/include/labelPlugin.php +3 −3 Go to diff View file
R plugins/label/www/themes/BurningParrot/css/_label.scss Go to diff View file
R plugins/label/www/themes/BurningParrot/css/_labels-box.scss Go to diff View file
R plugins/label/www/themes/BurningParrot/css/style-blue-condensed.scss Go to diff View file
R plugins/label/www/themes/BurningParrot/css/style-blue.scss Go to diff View file
R plugins/label/www/themes/BurningParrot/css/style-green-condensed.scss Go to diff View file
R plugins/label/www/themes/BurningParrot/css/style-green.scss Go to diff View file
R plugins/label/www/themes/BurningParrot/css/style-grey-condensed.scss Go to diff View file
R plugins/label/www/themes/BurningParrot/css/style-grey.scss Go to diff View file
R plugins/label/www/themes/BurningParrot/css/style-orange-condensed.scss Go to diff View file
R plugins/label/www/themes/BurningParrot/css/style-orange.scss Go to diff View file
R plugins/label/www/themes/BurningParrot/css/style-purple-condensed.scss Go to diff View file
R plugins/label/www/themes/BurningParrot/css/style-purple.scss Go to diff View file
R plugins/label/www/themes/BurningParrot/css/style-red-condensed.scss Go to diff View file
R plugins/label/www/themes/BurningParrot/css/style-red.scss Go to diff View file
A plugins/label/themes/package-lock.json +4 −0 Go to diff View file
A plugins/label/themes/package.json +14 −0 Go to diff View file
A plugins/label/themes/webpack.common.js +47 −0 Go to diff View file
A plugins/label/themes/webpack.dev.js +23 −0 Go to diff View file
A plugins/label/themes/webpack.prod.js +23 −0 Go to diff View file
M plugins/label/tuleap-plugin-label.spec +3 −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