stable

Clone or download

Read-only

Move the LDAP 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: I15d477c63e3e8ede7fc0fefd39ed53dd8c6815b6

Modified Files

Name
M plugins/ldap/build-manifest.json +2 −27 Go to diff View file
M plugins/ldap/include/ldapPlugin.php +4 −4 Go to diff View file
R plugins/ldap/www/themes/BurningParrot/css/_ldap.scss Go to diff View file
R plugins/ldap/www/themes/BurningParrot/css/_project-admin-members.scss Go to diff View file
R plugins/ldap/www/themes/BurningParrot/css/_project-admin-ugroups.scss Go to diff View file
R plugins/ldap/www/themes/BurningParrot/css/style-blue-condensed.scss Go to diff View file
R plugins/ldap/www/themes/BurningParrot/css/style-blue.scss Go to diff View file
R plugins/ldap/www/themes/BurningParrot/css/style-green-condensed.scss Go to diff View file
R plugins/ldap/www/themes/BurningParrot/css/style-green.scss Go to diff View file
R plugins/ldap/www/themes/BurningParrot/css/style-grey-condensed.scss Go to diff View file
R plugins/ldap/www/themes/BurningParrot/css/style-grey.scss Go to diff View file
R plugins/ldap/www/themes/BurningParrot/css/style-orange-condensed.scss Go to diff View file
R plugins/ldap/www/themes/BurningParrot/css/style-orange.scss Go to diff View file
R plugins/ldap/www/themes/BurningParrot/css/style-purple-condensed.scss Go to diff View file
R plugins/ldap/www/themes/BurningParrot/css/style-purple.scss Go to diff View file
R plugins/ldap/www/themes/BurningParrot/css/style-red-condensed.scss Go to diff View file
R plugins/ldap/www/themes/BurningParrot/css/style-red.scss Go to diff View file
R plugins/ldap/www/themes/BurningParrot/images/spinner.gif Binary file Go to diff View file
A plugins/ldap/themes/package-lock.json +4 −0 Go to diff View file
A plugins/ldap/themes/package.json +14 −0 Go to diff View file
A plugins/ldap/themes/webpack.common.js +47 −0 Go to diff View file
A plugins/ldap/themes/webpack.dev.js +23 −0 Go to diff View file
A plugins/ldap/themes/webpack.prod.js +23 −0 Go to diff View file
M tools/rpm/tuleap.rhel6.spec +2 −0 Go to diff View file
M tools/rpm/tuleap.rhel7.spec +2 −0 Go to diff View file