stable

Clone or download

Read-only

Move the projectlinks 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: If3cb9ebb57be664095716bb143749a8f0008f308

Modified Files

Name
M plugins/projectlinks/build-manifest.json +1 −26 Go to diff View file
M plugins/projectlinks/include/ProjectLinks_Widget_HomePageLinks.class.php +11 −10 Go to diff View file
A plugins/projectlinks/themes/package-lock.json +4 −0 Go to diff View file
A plugins/projectlinks/themes/package.json +14 −0 Go to diff View file
R plugins/projectlinks/www/themes/BurningParrot/css/style-green.scss Go to diff View file
A plugins/projectlinks/themes/webpack.common.js +41 −0 Go to diff View file
R plugins/projectlinks/www/themes/BurningParrot/css/style-blue-condensed.scss Go to diff View file
R plugins/projectlinks/www/themes/BurningParrot/css/style-blue.scss Go to diff View file
D plugins/projectlinks/www/themes/BurningParrot/css/_projectlinks.scss +0 −7 Go to diff View file
D plugins/projectlinks/www/themes/BurningParrot/css/style-green-condensed.scss +0 −22 Go to diff View file
D plugins/projectlinks/www/themes/BurningParrot/css/style-grey-condensed.scss +0 −22 Go to diff View file
D plugins/projectlinks/www/themes/BurningParrot/css/style-grey.scss +0 −22 Go to diff View file
D plugins/projectlinks/www/themes/BurningParrot/css/style-orange-condensed.scss +0 −22 Go to diff View file
D plugins/projectlinks/www/themes/BurningParrot/css/style-orange.scss +0 −22 Go to diff View file
D plugins/projectlinks/www/themes/BurningParrot/css/style-purple-condensed.scss +0 −22 Go to diff View file
D plugins/projectlinks/www/themes/BurningParrot/css/style-purple.scss +0 −22 Go to diff View file
D plugins/projectlinks/www/themes/BurningParrot/css/style-red-condensed.scss +0 −22 Go to diff View file
D plugins/projectlinks/www/themes/BurningParrot/css/style-red.scss +0 −22 Go to diff View file
M tools/rpm/tuleap.rhel6.spec +1 −0 Go to diff View file
M tools/rpm/tuleap.rhel7.spec +1 −0 Go to diff View file