stable

Clone or download

Read-only

Import vendor CSS files without renaming in Trafficlights

This is part of request #9793: Import vendor CSS files without renaming How to test this: In trafficlights root folder - rm -rf node_modules/ - npm install, npm run build In www/scripts/angular folder - rm -rf vendor/ node_modules/ - bower install - npm install, npm run build In Trafficlights service: - check that css animations are still present In artifact-modal: - check that the datetime picker is still styled - check that the scrollbars are still present In www/scripts/angular folder - npm run watch - check that after changing a scss file and reloading, the style is changed Change-Id: Ib44d16aff0e3472e4881d00b0779a2a1dadf5af0

Modified Files

Name
A .editorconfig +27 −0 Go to diff View file
D Gruntfile.js +0 −22 Go to diff View file
A gulpfile.js +54 −0 Go to diff View file
M package.json +8 −5 Go to diff View file
M rpm/Dockerfile +2 −2 Go to diff View file
M tuleap-plugin-trafficlights-backend.spec +1 −1 Go to diff View file
M tuleap-plugin-trafficlights-frontend.spec +1 −1 Go to diff View file
D www/scripts/angular/.editorconfig +0 −17 Go to diff View file
D www/scripts/angular/.gitmodules +0 −0 Go to diff View file
D www/scripts/angular/.travis.yml +0 −12 Go to diff View file
D www/scripts/angular/CHANGELOG.md +0 −106 Go to diff View file
M www/scripts/angular/Gruntfile.js +9 −35 Go to diff View file
D www/scripts/angular/LICENSE +0 −19 Go to diff View file
M www/scripts/angular/bower.json +6 −5 Go to diff View file
M www/scripts/angular/build.config.js +0 −9 Go to diff View file
D www/scripts/angular/changelog.tpl +0 −23 Go to diff View file
M www/scripts/angular/package.json +6 −8 Go to diff View file
M www/scripts/angular/po/README.mkd +1 −1 Go to diff View file
M www/scripts/angular/src/app/main.scss +16 −16 Go to diff View file
D www/scripts/angular/src/assets/_animate.min.scss +0 −6 Go to diff View file