router icon indicating copy to clipboard operation
router copied to clipboard

Remove the bower stuff

Open abdonrd opened this issue 5 years ago • 2 comments

I think we can simplify the project removing the bower stuff

abdonrd avatar Jun 12 '20 09:06 abdonrd

Are there plans for this?

abdonrd avatar Jan 12 '21 13:01 abdonrd

Note: We need to downgrade stylelint-config-vaadin back to 0.1.4 now (since that version works with bower and HTML imports) to fix CSS lint task in master. But when we get rid of bower and HTML Imports (in demos and docs etc.) we probably need to upgrade stylelint-config-vaadin to latest (currently 0.2.10) again.

This is definitely something we want to do at some point (move from bower and HTML imports to npm and ES modules) but it's currently not high priority (mainly since it only affects demos and docs here I think) and it's not trivial since we need to make sure we still have a similarly (or better) working demo and documentation setup.

Haprog avatar Feb 02 '21 13:02 Haprog