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: I20d3ba4455b940569165731e24c7a143c4d0cd8c

Modified Files

Name
M .gitignore +1 −3 Go to diff View file
M Makefile +8 −2 Go to diff View file
M build-manifest.json +1 −47 Go to diff View file
M include/mytuleap_contact_supportPlugin.class.php +18 −9 Go to diff View file
A package-lock.json +4 −0 Go to diff View file
A package.json +13 −0 Go to diff View file
M rpm/Dockerfile +2 −5 Go to diff View file
R www/js/help-page.js Go to diff View file
R www/js/modal-burning-parrot.js Go to diff View file
R www/js/modal-flaming-parrot.js Go to diff View file
R www/js/modal.js Go to diff View file
R www/themes/BurningParrot/css/_mytuleap-contact-support.scss Go to diff View file
R www/themes/BurningParrot/css/style-blue-condensed.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-condensed.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-condensed.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-condensed.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-condensed.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-condensed.scss Go to diff View file
R www/themes/BurningParrot/css/style-red.scss Go to diff View file
R www/themes/FlamingParrot/css/style.scss Go to diff View file
R www/themes/default/css/style.scss Go to diff View file
M tuleap-plugin-mytuleap-contact-support.spec +3 −1 Go to diff View file
A webpack.common.js +58 −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