stable
Clone or download
Read-only
Everything is supposed to work as before. Also drops support for "themes" in build-manifest files. All plugin SCSS files are now handled by webpack. Part of request #13299: Move all SCSS/CSS build process to Webpack Change-Id: Iba43a43661fb400bf71b37e3b941640c530723a0
Modified Files
Name | ||||
---|---|---|---|---|
M | gulpfile.js | +2 | −3 | Go to diff View file |
M | plugins/velocity/build-manifest.json | +2 | −41 | Go to diff View file |
M | plugins/velocity/include/velocityPlugin.php | +5 | −5 | Go to diff View file |
M | plugins/velocity/themes/BurningParrot/css/_velocity.scss | +3 | −7 | Go to diff View file |
R | plugins/velocity/themes/BurningParrot/css/velocity-chart.scss | Go to diff View file | ||
M | plugins/velocity/themes/BurningParrot/css/velocity-blue.scss | +4 | −8 | Go to diff View file |
D | plugins/velocity/themes/BurningParrot/css/velocity-green-condensed.scss | +0 | −26 | Go to diff View file |
M | plugins/velocity/themes/BurningParrot/css/velocity-green.scss | +4 | −8 | Go to diff View file |
D | plugins/velocity/themes/BurningParrot/css/velocity-grey-condensed.scss | +0 | −26 | Go to diff View file |
M | plugins/velocity/themes/BurningParrot/css/velocity-grey.scss | +4 | −8 | Go to diff View file |
D | plugins/velocity/themes/BurningParrot/css/velocity-orange-condensed.scss | +0 | −26 | Go to diff View file |
M | plugins/velocity/themes/BurningParrot/css/velocity-orange.scss | +4 | −8 | Go to diff View file |
D | plugins/velocity/themes/BurningParrot/css/velocity-purple-condensed.scss | +0 | −26 | Go to diff View file |
M | plugins/velocity/themes/BurningParrot/css/velocity-purple.scss | +4 | −8 | Go to diff View file |
M | plugins/velocity/themes/BurningParrot/css/velocity-red.scss | +4 | −8 | Go to diff View file |
A | plugins/velocity/themes/package-lock.json | +4 | −0 | Go to diff View file |
A | plugins/velocity/themes/package.json | +14 | −0 | Go to diff View file |
A | plugins/velocity/themes/webpack.common.js | +48 | −0 | Go to diff View file |
R | plugins/velocity/themes/BurningParrot/css/velocity-red-condensed.scss | Go to diff View file | ||
R | plugins/velocity/themes/BurningParrot/css/velocity-blue-condensed.scss | 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 |
M | tools/utils/scripts/tuleap-gulp-build.js | +1 | −11 | Go to diff View file |