stable
Clone or download
Read-only
Everything is supposed to work as before. Part of request #13299: Move all SCSS/CSS build process to Webpack Change-Id: Ia88858a591f9e9af85083afd6a5d4bc0f30aac21
Modified Files
Name | ||||
---|---|---|---|---|
M | build-manifest.json | +3 | −32 | Go to diff View file |
M | src/common/Project/Home.php | +2 | −2 | Go to diff View file |
M | src/www/themes/BurningParrot/BurningParrotTheme.php | +1 | −1 | Go to diff View file |
M | src/www/themes/BurningParrot/HeaderPresenterBuilder.php | +9 | −14 | Go to diff View file |
M | src/www/themes/BurningParrot/css/_includes.scss | +1 | −1 | Go to diff View file |
R | src/www/themes/BurningParrot/css/includes/_dashboard.scss | Go to diff View file | ||
R | src/www/themes/BurningParrot/css/dashboards-blue-condensed.scss | Go to diff View file | ||
R | src/www/themes/BurningParrot/css/dashboards-blue.scss | Go to diff View file | ||
R | src/www/themes/BurningParrot/css/dashboards-green-condensed.scss | Go to diff View file | ||
R | src/www/themes/BurningParrot/css/dashboards-green.scss | Go to diff View file | ||
R | src/www/themes/BurningParrot/css/dashboards-grey-condensed.scss | Go to diff View file | ||
R | src/www/themes/BurningParrot/css/dashboards-grey.scss | Go to diff View file | ||
R | src/www/themes/BurningParrot/css/dashboards-orange-condensed.scss | Go to diff View file | ||
R | src/www/themes/BurningParrot/css/dashboards-orange.scss | Go to diff View file | ||
R | src/www/themes/BurningParrot/css/dashboards-purple-condensed.scss | Go to diff View file | ||
R | src/www/themes/BurningParrot/css/dashboards-purple.scss | Go to diff View file | ||
R | src/www/themes/BurningParrot/css/dashboards-red-condensed.scss | Go to diff View file | ||
R | src/www/themes/BurningParrot/css/dashboards-red.scss | Go to diff View file | ||
R | src/www/themes/BurningParrot/css/includes/_dashboard-project.scss | Go to diff View file | ||
R | src/www/themes/BurningParrot/css/includes/_dashboard-user.scss | Go to diff View file | ||
R | src/www/themes/BurningParrot/css/includes/_dashboard-widgets.scss | Go to diff View file | ||
R | src/www/themes/BurningParrot/css/includes/widgets/_contacts.scss | Go to diff View file | ||
R | src/www/themes/BurningParrot/css/includes/widgets/_project-members.scss | Go to diff View file | ||
R | src/www/themes/BurningParrot/css/includes/widgets/_public-areas.scss | Go to diff View file | ||
R | src/www/themes/BurningParrot/css/includes/widgets/heartbeat.scss | Go to diff View file | ||
R | src/www/themes/BurningParrot/css/includes/widgets/imageviewer.scss | Go to diff View file | ||
R | src/www/themes/BurningParrot/css/includes/widgets/lastcommit.scss | Go to diff View file | ||
R | src/www/themes/BurningParrot/css/includes/widgets/myprojects.scss | Go to diff View file | ||
R | src/www/themes/BurningParrot/css/includes/widgets/project-classification.scss | Go to diff View file | ||
R | src/www/themes/BurningParrot/css/includes/widgets/trackerv3.scss | Go to diff View file | ||
R | src/www/themes/BurningParrot/css/includes/widgets/welcomemessage.scss | Go to diff View file | ||
A | src/www/themes/BurningParrot/css/dashboards/package-lock.json | +4 | −0 | Go to diff View file |
A | src/www/themes/BurningParrot/css/dashboards/package.json | +16 | −0 | Go to diff View file |
A | src/www/themes/BurningParrot/css/dashboards/webpack.common.js | +47 | −0 | Go to diff View file |
A | src/www/themes/BurningParrot/css/dashboards/webpack.dev.js | +23 | −0 | Go to diff View file |
A | src/www/themes/BurningParrot/css/dashboards/webpack.prod.js | +23 | −0 | Go to diff View file |
A | src/www/themes/BurningParrot/package-lock.json | +34 | −0 | Go to diff View file |
A | src/www/themes/BurningParrot/package.json | +18 | −0 | Go to diff View file |
A | src/www/themes/BurningParrot/webpack.common.js | +47 | −0 | Go to diff View file |
A | src/www/themes/BurningParrot/webpack.dev.js | +23 | −0 | Go to diff View file |
A | src/www/themes/BurningParrot/webpack.prod.js | +23 | −0 | Go to diff View file |
M | tools/rpm/tuleap.rhel6.spec | +1 | −1 | Go to diff View file |
M | tools/rpm/tuleap.rhel7.spec | +1 | −1 | Go to diff View file |