stable

Clone or download

Read-only

Import vendor CSS files without renaming in planning v2

This is part of request #9793: Import vendor CSS files without renaming How to test this: In planning-v2 folder: - rm -rf vendor/ node_modules/ - bower install - npm install, npm run build In Planning-v2: - check that when drag and dropping cards, they are still styled - check that css animations are still present 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: I74195d5251a1c273fb97b64a53de38e9402b98f5

Modified Files

Name
M plugins/agiledashboard/www/js/planning-v2/Gruntfile.js +6 −35 Go to diff View file
M plugins/agiledashboard/www/js/planning-v2/bower.json +25 −24 Go to diff View file
M plugins/agiledashboard/www/js/planning-v2/build.config.js +0 −11 Go to diff View file
M plugins/agiledashboard/www/js/planning-v2/package.json +7 −8 Go to diff View file
D plugins/agiledashboard/www/js/planning-v2/src/app/_animate.min.scss +0 −6 Go to diff View file
M plugins/agiledashboard/www/js/planning-v2/src/app/main.scss +11 −11 Go to diff View file