stable

Clone or download

Read-only

All assets of the userlog plugins are built with Webpack

Part of request #14384: Move all javascript build process to Webpack This also unifies themes and scripts builds with one webpack config. Nothing should be more broken than before. Change-Id: I5b667aa93cdf5607e923168b51a9bbf55583ee1e

Modified Files

Name
M plugins/userlog/build-manifest.json +1 −4 Go to diff View file
M plugins/userlog/include/userlogPlugin.php +9 −32 Go to diff View file
A plugins/userlog/package-lock.json +4 −0 Go to diff View file
R plugins/userlog/themes/package.json Go to diff View file
R plugins/userlog/www/scripts/user-logging-date-picker.js Go to diff View file
D plugins/userlog/themes/package-lock.json +0 −4 Go to diff View file
A plugins/userlog/tsconfig.json +9 −0 Go to diff View file
R plugins/userlog/themes/webpack.common.js Go to diff View file
R plugins/userlog/themes/webpack.dev.js Go to diff View file
R plugins/userlog/themes/webpack.prod.js 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