stable

Clone or download

Read-only

Move the FRS plugin angular app theme to Webpack

Everything is supposed to work as before. Part of request #13299: Move all SCSS/CSS build process to Webpack Change-Id: I621519c16bb0ef42ae2a37f0754e7115a9b90b5f

Modified Files

Name
M plugins/frs/include/frsPlugin.php +1 −1 Go to diff View file
R plugins/frs/www/js/angular/src/assets/loader-mini.gif Binary file Go to diff View file
R plugins/frs/www/js/angular/src/assets/loader.gif Binary file Go to diff View file
A plugins/frs/themes/FlamingParrot/includes/_custom-license-modal.scss +24 −0 Go to diff View file
A plugins/frs/themes/FlamingParrot/includes/_files.scss +66 −0 Go to diff View file
A plugins/frs/themes/FlamingParrot/includes/_license-modal.scss +24 −0 Go to diff View file
A plugins/frs/themes/FlamingParrot/includes/_linked-artifacts.scss +79 −0 Go to diff View file
A plugins/frs/themes/FlamingParrot/includes/_release.scss +27 −0 Go to diff View file
A plugins/frs/themes/FlamingParrot/tuleap-frs.scss +26 −0 Go to diff View file
M plugins/frs/themes/webpack.common.js +3 −2 Go to diff View file
D plugins/frs/www/js/angular/gulpfile.js +0 −43 Go to diff View file
M plugins/frs/www/js/angular/package.json +1 −1 Go to diff View file
D plugins/frs/www/js/angular/src/app/file-download/custom-license-modal/_custom-license-modal.scss +0 −5 Go to diff View file
D plugins/frs/www/js/angular/src/app/file-download/license-modal/_license-modal.scss +0 −5 Go to diff View file
D plugins/frs/www/js/angular/src/app/release/_release.scss +0 −8 Go to diff View file
D plugins/frs/www/js/angular/src/app/release/files/_files.scss +0 −46 Go to diff View file
D plugins/frs/www/js/angular/src/app/release/linked-artifacts/_linked-artifacts.scss +0 −60 Go to diff View file
D plugins/frs/www/js/angular/src/app/tuleap-frs.scss +0 −6 Go to diff View file