stable

Clone or download

Read-only

Move to Webpack

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

Modified Files

Name
D Gruntfile.js +0 −34 Go to diff View file
M Makefile +2 −0 Go to diff View file
M build-manifest.json +1 −19 Go to diff View file
M include/botmattermostPlugin.class.php +13 −3 Go to diff View file
M package-lock.json +1 −1843 Go to diff View file
M package.json +5 −5 Go to diff View file
R www/themes/BurningParrot/js/modals.js Go to diff View file
R www/themes/BurningParrot/css/_bot_configuration.scss Go to diff View file
R www/themes/BurningParrot/css/style-blue.scss Go to diff View file
R www/themes/BurningParrot/css/style-green.scss Go to diff View file
R www/themes/BurningParrot/css/style-grey.scss Go to diff View file
R www/themes/BurningParrot/css/style-orange.scss Go to diff View file
R www/themes/BurningParrot/css/style-purple.scss Go to diff View file
R www/themes/BurningParrot/css/style-red.scss Go to diff View file
M tuleap-plugin-botmattermost.spec +2 −0 Go to diff View file
A webpack.common.js +50 −0 Go to diff View file
A webpack.dev.js +23 −0 Go to diff View file
A webpack.prod.js +23 −0 Go to diff View file