stable

Clone or download

Read-only

Move the hudson_svn 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: I76ae70edf9f96c4f8d14134c7d6c0662a1ac771e

Modified Files

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