stable

Clone or download

Read-only

Move to Webpack to build the CSS of the admindelegation plugin

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

Modified Files

Name
M plugins/admindelegation/build-manifest.json +1 −25 Go to diff View file
M plugins/admindelegation/include/admindelegationPlugin.class.php +5 −1 Go to diff View file
R plugins/admindelegation/www/themes/BurningParrot/css/_admindelegation.scss Go to diff View file
R plugins/admindelegation/www/themes/BurningParrot/css/style-blue-condensed.scss Go to diff View file
R plugins/admindelegation/www/themes/BurningParrot/css/style-blue.scss Go to diff View file
R plugins/admindelegation/www/themes/BurningParrot/css/style-green-condensed.scss Go to diff View file
R plugins/admindelegation/www/themes/BurningParrot/css/style-green.scss Go to diff View file
R plugins/admindelegation/www/themes/BurningParrot/css/style-grey-condensed.scss Go to diff View file
R plugins/admindelegation/www/themes/BurningParrot/css/style-grey.scss Go to diff View file
R plugins/admindelegation/www/themes/BurningParrot/css/style-orange-condensed.scss Go to diff View file
R plugins/admindelegation/www/themes/BurningParrot/css/style-orange.scss Go to diff View file
R plugins/admindelegation/www/themes/BurningParrot/css/style-purple-condensed.scss Go to diff View file
R plugins/admindelegation/www/themes/BurningParrot/css/style-purple.scss Go to diff View file
R plugins/admindelegation/www/themes/BurningParrot/css/style-red-condensed.scss Go to diff View file
R plugins/admindelegation/www/themes/BurningParrot/css/style-red.scss Go to diff View file
A plugins/admindelegation/themes/package-lock.json +4 −0 Go to diff View file
A plugins/admindelegation/themes/package.json +14 −0 Go to diff View file
A plugins/admindelegation/themes/webpack.common.js +47 −0 Go to diff View file
A plugins/admindelegation/themes/webpack.dev.js +23 −0 Go to diff View file
A plugins/admindelegation/themes/webpack.prod.js +23 −0 Go to diff View file