stable

Clone or download

Read-only

Move the tracker_encryption 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: Ic88031b0738546926afa56b7c874239ee8af0541

Modified Files

Name
M plugins/tracker_encryption/build-manifest.json +2 −9 Go to diff View file
M plugins/tracker_encryption/include/tracker_encryptionPlugin.php +6 −1 Go to diff View file
A plugins/tracker_encryption/themes/default/css/style.scss +22 −0 Go to diff View file
A plugins/tracker_encryption/themes/package-lock.json +4 −0 Go to diff View file
A plugins/tracker_encryption/themes/package.json +14 −0 Go to diff View file
A plugins/tracker_encryption/themes/webpack.common.js +41 −0 Go to diff View file
A plugins/tracker_encryption/themes/webpack.dev.js +23 −0 Go to diff View file
A plugins/tracker_encryption/themes/webpack.prod.js +23 −0 Go to diff View file
D plugins/tracker_encryption/www/themes/default/css/style.scss +0 −3 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