stable

Clone or download

Read-only

Move the plugins administration 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: I9ccc94113d414121fc390f1a2270bb3ec7a674eb

Modified Files

Name
M plugins/pluginsadministration/build-manifest.json +1 −31 Go to diff View file
M plugins/pluginsadministration/include/pluginsadministrationPlugin.php +18 −16 Go to diff View file
R plugins/pluginsadministration/www/themes/BurningParrot/css/_pluginsadministration.scss Go to diff View file
R plugins/pluginsadministration/www/themes/BurningParrot/css/style-blue-condensed.scss Go to diff View file
R plugins/pluginsadministration/www/themes/BurningParrot/css/style-blue.scss Go to diff View file
R plugins/pluginsadministration/www/themes/BurningParrot/css/style-green-condensed.scss Go to diff View file
R plugins/pluginsadministration/www/themes/BurningParrot/css/style-green.scss Go to diff View file
R plugins/pluginsadministration/www/themes/BurningParrot/css/style-grey-condensed.scss Go to diff View file
R plugins/pluginsadministration/www/themes/BurningParrot/css/style-grey.scss Go to diff View file
R plugins/pluginsadministration/www/themes/BurningParrot/css/style-orange-condensed.scss Go to diff View file
R plugins/pluginsadministration/www/themes/BurningParrot/css/style-orange.scss Go to diff View file
R plugins/pluginsadministration/www/themes/BurningParrot/css/style-purple-condensed.scss Go to diff View file
R plugins/pluginsadministration/www/themes/BurningParrot/css/style-purple.scss Go to diff View file
R plugins/pluginsadministration/www/themes/BurningParrot/css/style-red-condensed.scss Go to diff View file
R plugins/pluginsadministration/www/themes/BurningParrot/css/style-red.scss Go to diff View file
A plugins/pluginsadministration/themes/package-lock.json +4 −0 Go to diff View file
A plugins/pluginsadministration/themes/package.json +14 −0 Go to diff View file
A plugins/pluginsadministration/themes/webpack.common.js +47 −0 Go to diff View file
A plugins/pluginsadministration/themes/webpack.dev.js +23 −0 Go to diff View file
A plugins/pluginsadministration/themes/webpack.prod.js +23 −0 Go to diff View file
D plugins/pluginsadministration/www/themes/default/css/style.scss +0 −53 Go to diff View file
M tools/rpm/tuleap.rhel6.spec +4 −3 Go to diff View file
M tools/rpm/tuleap.rhel7.spec +4 −3 Go to diff View file