stable

Clone or download

Read-only

story #9132: Migrate from Less to Sass

Change-Id: If6c8295d2ac6617180bb8d37da69b0167ae6d898

Modified Files

Name
M .gitignore +2 −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 +4 −4 Go to diff View file
M tuleap-plugin-pullrequest.spec +1 −1 Go to diff View file
M www/js/angular/.gitignore +1 −0 Go to diff View file
M www/js/angular/Gruntfile.js +32 −22 Go to diff View file
M www/js/angular/build.config.js +2 −2 Go to diff View file
M www/js/angular/package.json +2 −2 Go to diff View file
M www/js/angular/po/template.pot +2 −2 Go to diff View file
R www/js/angular/src/app/error-modal/error-modal.less Go to diff View file
R www/js/angular/src/app/file-diff/file-diff.less Go to diff View file
R www/js/angular/src/app/files/files.less Go to diff View file
A www/js/angular/src/app/main.scss +10 −0 Go to diff View file
R www/js/angular/src/app/overview/overview.less Go to diff View file
R www/js/angular/src/app/overview/comments/comments.less Go to diff View file
A www/js/angular/src/app/pull-request/_pull-request.scss +5 −0 Go to diff View file
D www/js/angular/src/app/pull-request/pull-request.less +0 −5 Go to diff View file
R www/js/angular/src/app/pull-requests/pull-requests.less Go to diff View file
D www/js/angular/src/less/main.less +0 −10 Go to diff View file
D www/themes/FlamingParrot/css/style.less +0 −80 Go to diff View file
A www/themes/FlamingParrot/css/style.scss +80 −0 Go to diff View file
R www/themes/default/css/style.less Go to diff View file