stable

Clone or download

Read-only

Move the Git 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: I58fe06ad7360480638e6113715ca80536de7d465

Modified Files

Name
M plugins/git/build-manifest.json +2 −46 Go to diff View file
M plugins/git/include/Git/AdminRouter.class.php +4 −4 Go to diff View file
M plugins/git/include/Git/Repository/GitRepositoryHeaderDisplayer.php +4 −4 Go to diff View file
M plugins/git/include/Git/RepositoryList/GitRepositoryListController.php +4 −4 Go to diff View file
M plugins/git/include/gitPlugin.class.php +5 −1 Go to diff View file
R plugins/git/www/themes/BurningParrot/css/_git.scss Go to diff View file
R plugins/git/www/themes/BurningParrot/css/_gitphp-override.scss Go to diff View file
R plugins/git/www/themes/BurningParrot/css/git-blue-condensed.scss Go to diff View file
R plugins/git/www/themes/BurningParrot/css/git-blue.scss Go to diff View file
R plugins/git/www/themes/BurningParrot/css/git-green-condensed.scss Go to diff View file
R plugins/git/www/themes/BurningParrot/css/git-green.scss Go to diff View file
R plugins/git/www/themes/BurningParrot/css/git-grey-condensed.scss Go to diff View file
R plugins/git/www/themes/BurningParrot/css/git-grey.scss Go to diff View file
R plugins/git/www/themes/BurningParrot/css/git-orange-condensed.scss Go to diff View file
R plugins/git/www/themes/BurningParrot/css/git-orange.scss Go to diff View file
R plugins/git/www/themes/BurningParrot/css/git-purple-condensed.scss Go to diff View file
R plugins/git/www/themes/BurningParrot/css/git-purple.scss Go to diff View file
R plugins/git/www/themes/BurningParrot/css/git-red-condensed.scss Go to diff View file
R plugins/git/www/themes/BurningParrot/css/git-red.scss Go to diff View file
R plugins/git/www/themes/BurningParrot/css/repositories/_repositories.scss Go to diff View file
R plugins/git/www/themes/BurningParrot/css/repositories/_repository-card.scss Go to diff View file
R plugins/git/www/themes/BurningParrot/css/repository/_repository.scss Go to diff View file
R plugins/git/www/themes/BurningParrot/css/repository/gitphp/_blob.scss Go to diff View file
R plugins/git/www/themes/BurningParrot/css/repository/gitphp/_commit.scss Go to diff View file
R plugins/git/www/themes/BurningParrot/css/repository/gitphp/_commitdiff.scss Go to diff View file
R plugins/git/www/themes/BurningParrot/css/repository/gitphp/_highlight.scss Go to diff View file
R plugins/git/www/themes/BurningParrot/css/repository/gitphp/_shortlog.scss Go to diff View file
R plugins/git/www/themes/BurningParrot/css/repository/gitphp/_tree.scss Go to diff View file
R plugins/git/www/themes/BurningParrot/css/site-admin-blue-condensed.scss Go to diff View file
R plugins/git/www/themes/BurningParrot/css/site-admin-blue.scss Go to diff View file
R plugins/git/www/themes/BurningParrot/css/site-admin-green-condensed.scss Go to diff View file
R plugins/git/www/themes/BurningParrot/css/site-admin-green.scss Go to diff View file
R plugins/git/www/themes/BurningParrot/css/site-admin-grey-condensed.scss Go to diff View file
R plugins/git/www/themes/BurningParrot/css/site-admin-grey.scss Go to diff View file
R plugins/git/www/themes/BurningParrot/css/site-admin-orange-condensed.scss Go to diff View file
R plugins/git/www/themes/BurningParrot/css/site-admin-orange.scss Go to diff View file
R plugins/git/www/themes/BurningParrot/css/site-admin-purple-condensed.scss Go to diff View file
R plugins/git/www/themes/BurningParrot/css/site-admin-purple.scss Go to diff View file
R plugins/git/www/themes/BurningParrot/css/site-admin-red-condensed.scss Go to diff View file
R plugins/git/www/themes/BurningParrot/css/site-admin-red.scss Go to diff View file
R plugins/git/www/themes/BurningParrot/css/site-admin/_git.scss Go to diff View file
R plugins/git/www/themes/BurningParrot/css/site-admin/_gitolite.scss Go to diff View file
R plugins/git/www/themes/BurningParrot/css/syntax-highlight.scss Go to diff View file
R plugins/git/www/themes/default/css/style.scss Go to diff View file
R plugins/git/www/themes/default/images/help.png Binary file Go to diff View file
A plugins/git/themes/package-lock.json +4 −0 Go to diff View file
A plugins/git/themes/package.json +14 −0 Go to diff View file
A plugins/git/themes/webpack.common.js +54 −0 Go to diff View file
A plugins/git/themes/webpack.dev.js +23 −0 Go to diff View file
A plugins/git/themes/webpack.prod.js +23 −0 Go to diff View file
D plugins/git/www/themes/BurningParrot/css/gitphp.css +0 −150 Go to diff View file
D plugins/git/www/themes/default/images/edit.png +- −- Go to diff View file
D plugins/git/www/themes/default/images/fork.png +- −- Go to diff View file
D plugins/git/www/themes/default/images/perms.png +- −- Go to diff View file
M tools/rpm/tuleap.rhel6.spec +3 −0 Go to diff View file
M tools/rpm/tuleap.rhel7.spec +2 −0 Go to diff View file