stable

Clone or download

Read-only

Move captcha plugin to Webpack

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

Modified Files

Name
M plugins/captcha/build-manifest.json +1 −8 Go to diff View file
M plugins/captcha/include/captchaPlugin.class.php +6 −1 Go to diff View file
A plugins/captcha/package-lock.json +4 −0 Go to diff View file
A plugins/captcha/package.json +14 −0 Go to diff View file
R plugins/captcha/www/themes/default/css/style.scss Go to diff View file
A plugins/captcha/webpack.common.js +41 −0 Go to diff View file
A plugins/captcha/webpack.dev.js +23 −0 Go to diff View file
A plugins/captcha/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