stable

Clone or download

Read-only

Move the userlog 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: I874b57fdba510a3fcf8c12c429a47e5ab175def2

Modified Files

Name
M plugins/userlog/build-manifest.json +2 −32 Go to diff View file
M plugins/userlog/include/userlogPlugin.php +6 −11 Go to diff View file
R plugins/userlog/www/themes/BurningParrot/css/_userlog.scss Go to diff View file
R plugins/userlog/www/themes/BurningParrot/css/style-blue.scss Go to diff View file
R plugins/userlog/www/themes/BurningParrot/css/style-green.scss Go to diff View file
R plugins/userlog/www/themes/BurningParrot/css/style-grey.scss Go to diff View file
R plugins/userlog/www/themes/BurningParrot/css/style-orange.scss Go to diff View file
R plugins/userlog/www/themes/BurningParrot/css/style-purple.scss Go to diff View file
R plugins/userlog/www/themes/BurningParrot/css/style-red.scss Go to diff View file
A plugins/userlog/themes/package-lock.json +4 −0 Go to diff View file
A plugins/userlog/themes/package.json +14 −0 Go to diff View file
A plugins/userlog/themes/webpack.common.js +46 −0 Go to diff View file
R plugins/userlog/www/themes/BurningParrot/css/style-blue-condensed.scss Go to diff View file
R plugins/userlog/www/themes/BurningParrot/css/style-green-condensed.scss Go to diff View file
D plugins/userlog/www/themes/BurningParrot/css/style-grey-condensed.scss +0 −22 Go to diff View file
D plugins/userlog/www/themes/BurningParrot/css/style-orange-condensed.scss +0 −22 Go to diff View file
D plugins/userlog/www/themes/BurningParrot/css/style-purple-condensed.scss +0 −22 Go to diff View file
D plugins/userlog/www/themes/BurningParrot/css/style-red-condensed.scss +0 −22 Go to diff View file
D plugins/userlog/www/themes/default/css/style.scss +0 −7 Go to diff View file
M tools/rpm/tuleap.rhel6.spec +2 −0 Go to diff View file
M tools/rpm/tuleap.rhel7.spec +2 −0 Go to diff View file