stable

Clone or download

Read-only

Import vendor CSS files without renaming in gulpfiles

This is part of request #9793: Import vendor CSS files without renaming How to test this: - npm run build at tuleap root - Check that the sidebar's scrollbar is still styled in BurningParrot - Check that select2 and flatpickr are still styled in BurningParrot and TLP doc Gruntfiles for Angular apps will be modified in future commits Change-Id: I6c69ebdd1ef4c932d6c869e7e417d5544f816d89

Modified Files

Name
M gulpfile.js +2 −15 Go to diff View file
M package.json +0 −1 Go to diff View file
M src/www/themes/BurningParrot/css/_includes.scss +1 −1 Go to diff View file
D src/www/themes/BurningParrot/css/vendor/_smooth-scrollbar.min.scss +0 −1 Go to diff View file
M src/www/themes/common/tlp/gulpfile.js +29 −32 Go to diff View file
M src/www/themes/common/tlp/package.json +2 −4 Go to diff View file
A src/www/themes/common/tlp/src/scss/_vendor.scss +21 −0 Go to diff View file
M src/www/themes/common/tlp/src/scss/tlp-blue.scss +1 −0 Go to diff View file
M src/www/themes/common/tlp/src/scss/tlp-green.scss +1 −0 Go to diff View file
M src/www/themes/common/tlp/src/scss/tlp-grey.scss +1 −0 Go to diff View file
M src/www/themes/common/tlp/src/scss/tlp-orange.scss +1 −0 Go to diff View file
M src/www/themes/common/tlp/src/scss/tlp-purple.scss +1 −0 Go to diff View file
M src/www/themes/common/tlp/src/scss/tlp-red.scss +1 −0 Go to diff View file