stable

Clone or download

Read-only

Move the FRS 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: I879385a9e5e30c5272e4571200c5dc89873691d4

Modified Files

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