stable

Clone or download

Read-only

story #9132: Migrate from Less to Sass

Change-Id: I1adcc6fea258e2d5673a5117fdc23eaa394a9bb0

Modified Files

Name
M .gitignore +1 −0 Go to diff View file
M Gruntfile.js +14 −8 Go to diff View file
M Makefile +1 −1 Go to diff View file
M build-rpm.sh +1 −1 Go to diff View file
M package.json +2 −2 Go to diff View file
M rpm/Dockerfile +6 −6 Go to diff View file
M tuleap-plugin-trafficlights-backend.spec +4 −4 Go to diff View file
M tuleap-plugin-trafficlights-frontend.spec +4 −4 Go to diff View file
M www/scripts/angular/.editorconfig +1 −1 Go to diff View file
M www/scripts/angular/.gitignore +1 −0 Go to diff View file
M www/scripts/angular/Gruntfile.js +33 −25 Go to diff View file
M www/scripts/angular/build.config.js +2 −2 Go to diff View file
M www/scripts/angular/package.json +2 −2 Go to diff View file
M www/scripts/angular/po/template.pot +4 −4 Go to diff View file
R www/scripts/angular/src/app/artifact-links-graph/artifact-links-graph.less Go to diff View file
R www/scripts/angular/src/app/campaign/campaign.less Go to diff View file
A www/scripts/angular/src/app/execution/_colors.scss +4 −0 Go to diff View file
R www/scripts/angular/src/app/execution/execution-detail.less Go to diff View file
R www/scripts/angular/src/app/execution/execution-list.less Go to diff View file
A www/scripts/angular/src/app/execution/_execution.scss +39 −0 Go to diff View file
D www/scripts/angular/src/app/execution/colors.less +0 −4 Go to diff View file
R www/scripts/angular/src/app/graph/graph.less Go to diff View file
A www/scripts/angular/src/app/main.scss +28 −0 Go to diff View file
R www/scripts/angular/src/assets/animate.min.css Go to diff View file
D www/scripts/angular/src/less/main.less +0 −29 Go to diff View file
D www/themes/FlamingParrot/css/style.less +0 −76 Go to diff View file
A www/themes/FlamingParrot/css/style.scss +74 −0 Go to diff View file
R www/themes/default/css/style.less Go to diff View file