stable

Clone or download

Read-only

Import vendor CSS files without renaming in kanban

This is part of request #9793: Import vendor CSS files without renaming How to test this: - rm -rf vendor/ node_modules/ - bower install - npm install, npm run build in kanban folder In Kanban: - check that when drag and dropping cards, they are still styled - check that css animations are still present In Kanban edit modal: - check that when drag and dropping columns, they are still styled In artifact-modal: - check that the datetime picker is still styled - check that the scrollbars are still styled - npm run watch - check that after changing a scss file and reloading, the style is changed Change-Id: Iab36b0b8562e2bef28bc06ae1deb5e52e249f15c

Modified Files

Name
M plugins/agiledashboard/www/js/kanban/Gruntfile.js +6 −27 Go to diff View file
M plugins/agiledashboard/www/js/kanban/bower.json +2 −1 Go to diff View file
M plugins/agiledashboard/www/js/kanban/build.config.js +0 −14 Go to diff View file
M plugins/agiledashboard/www/js/kanban/package.json +7 −8 Go to diff View file
D plugins/agiledashboard/www/js/kanban/src/app/_animate.min.scss +0 −6 Go to diff View file
M plugins/agiledashboard/www/js/kanban/src/app/kanban.scss +15 −15 Go to diff View file