stable

Clone or download

Read-only

Move bugzilla_reference plugin to Webpack

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

Modified Files

Name
M plugins/bugzilla_reference/build-manifest.json +1 −28 Go to diff View file
M plugins/bugzilla_reference/include/Bugzilla/Administration/Router.php +17 −5 Go to diff View file
M plugins/bugzilla_reference/include/bugzilla_referencePlugin.class.php +1 −25 Go to diff View file
A plugins/bugzilla_reference/package-lock.json +4 −0 Go to diff View file
A plugins/bugzilla_reference/package.json +14 −0 Go to diff View file
R plugins/bugzilla_reference/www/scripts/bugzilla-reference.js Go to diff View file
R plugins/bugzilla_reference/www/themes/BurningParrot/css/_bugzilla_reference.scss Go to diff View file
R plugins/bugzilla_reference/www/themes/BurningParrot/css/style-blue-condensed.scss Go to diff View file
R plugins/bugzilla_reference/www/themes/BurningParrot/css/style-blue.scss Go to diff View file
R plugins/bugzilla_reference/www/themes/BurningParrot/css/style-green-condensed.scss Go to diff View file
R plugins/bugzilla_reference/www/themes/BurningParrot/css/style-green.scss Go to diff View file
R plugins/bugzilla_reference/www/themes/BurningParrot/css/style-grey-condensed.scss Go to diff View file
R plugins/bugzilla_reference/www/themes/BurningParrot/css/style-grey.scss Go to diff View file
R plugins/bugzilla_reference/www/themes/BurningParrot/css/style-orange-condensed.scss Go to diff View file
R plugins/bugzilla_reference/www/themes/BurningParrot/css/style-orange.scss Go to diff View file
R plugins/bugzilla_reference/www/themes/BurningParrot/css/style-purple-condensed.scss Go to diff View file
R plugins/bugzilla_reference/www/themes/BurningParrot/css/style-purple.scss Go to diff View file
R plugins/bugzilla_reference/www/themes/BurningParrot/css/style-red-condensed.scss Go to diff View file
R plugins/bugzilla_reference/www/themes/BurningParrot/css/style-red.scss Go to diff View file
A plugins/bugzilla_reference/webpack.common.js +57 −0 Go to diff View file
A plugins/bugzilla_reference/webpack.dev.js +23 −0 Go to diff View file
A plugins/bugzilla_reference/webpack.prod.js +23 −0 Go to diff View file
M tools/rpm/tuleap.rhel6.spec +3 −0 Go to diff View file
M tools/rpm/tuleap.rhel7.spec +3 −0 Go to diff View file