stable

Clone or download

Read-only

Move the Tuleap synchro 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: Ic2bae9c74b479321f38ff484e44316aaaed1195c

Modified Files

Name
M plugins/tuleap_synchro/build-manifest.json +3 −32 Go to diff View file
M plugins/tuleap_synchro/include/Tuleap_Synchro/ListEndpoints/ListEndpointsController.php +3 −4 Go to diff View file
M plugins/tuleap_synchro/include/constants.php +1 −3 Go to diff View file
M plugins/tuleap_synchro/themes/BurningParrot/css/tuleap-synchro-blue-condensed.scss +3 −4 Go to diff View file
M plugins/tuleap_synchro/themes/BurningParrot/css/tuleap-synchro-blue.scss +3 −4 Go to diff View file
M plugins/tuleap_synchro/themes/BurningParrot/css/tuleap-synchro-green-condensed.scss +3 −4 Go to diff View file
M plugins/tuleap_synchro/themes/BurningParrot/css/tuleap-synchro-green.scss +3 −4 Go to diff View file
M plugins/tuleap_synchro/themes/BurningParrot/css/tuleap-synchro-grey-condensed.scss +3 −4 Go to diff View file
M plugins/tuleap_synchro/themes/BurningParrot/css/tuleap-synchro-grey.scss +3 −4 Go to diff View file
M plugins/tuleap_synchro/themes/BurningParrot/css/tuleap-synchro-orange-condensed.scss +3 −4 Go to diff View file
M plugins/tuleap_synchro/themes/BurningParrot/css/tuleap-synchro-orange.scss +3 −4 Go to diff View file
M plugins/tuleap_synchro/themes/BurningParrot/css/tuleap-synchro-purple-condensed.scss +3 −4 Go to diff View file
M plugins/tuleap_synchro/themes/BurningParrot/css/tuleap-synchro-purple.scss +2 −2 Go to diff View file
M plugins/tuleap_synchro/themes/BurningParrot/css/tuleap-synchro-red-condensed.scss +3 −4 Go to diff View file
M plugins/tuleap_synchro/themes/BurningParrot/css/tuleap-synchro-red.scss +3 −4 Go to diff View file
A plugins/tuleap_synchro/themes/package-lock.json +4 −0 Go to diff View file
A plugins/tuleap_synchro/themes/package.json +14 −0 Go to diff View file
A plugins/tuleap_synchro/themes/webpack.common.js +49 −0 Go to diff View file
A plugins/tuleap_synchro/themes/webpack.dev.js +23 −0 Go to diff View file
A plugins/tuleap_synchro/themes/webpack.prod.js +23 −0 Go to diff View file