stable
Clone or download
Read-only
Part of request #14384 Move all javascript build process to Webpack Everything is supposed to work as before. Change-Id: I6ad4b0d6a46552122109b6c336084bad770bf9d0
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/pluginsadministration/build-manifest.json | +1 | −1 | Go to diff View file |
M | plugins/pluginsadministration/include/pluginsadministrationPlugin.php | +5 | −1 | Go to diff View file |
A | plugins/pluginsadministration/scripts/package-lock.json | +4 | −0 | Go to diff View file |
A | plugins/pluginsadministration/scripts/package.json | +14 | −0 | Go to diff View file |
R | plugins/pluginsadministration/www/scripts/pluginsadministration.js | Go to diff View file | ||
A | plugins/pluginsadministration/scripts/webpack.common.js | +45 | −0 | Go to diff View file |
A | plugins/pluginsadministration/scripts/webpack.dev.js | +23 | −0 | Go to diff View file |
A | plugins/pluginsadministration/scripts/webpack.prod.js | +23 | −0 | 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 |