lunatech-labs / lunatech-competence-center-online

CCO is the Competence Center Online.
3 stars 3 forks source link

Link to polymer components #66

Closed erikwj closed 7 years ago

erikwj commented 7 years ago

The polymer components should be standalone components in the repository and can be worked on separately. These should be linked in the generic CCO project

eamelink commented 7 years ago

This is related to #55

The main task for this (#66) issue, is how can we depend on bower components on the filesystem. Potentially this gives some ideas: http://bowerstatic.readthedocs.io/en/latest/local.html

It might be that we conclude that this is too much of a mine field and we should just put the polymer components into the frontend directory tree.

ag91 commented 7 years ago

Are not we doing this for cv-editor already? The bit of the README that goes Next run bower link cv-editor && bower install in folder frontend. seems to be making available in the bower dependencies a component developed locally.

Am I misunderstanding the issue?

eamelink commented 7 years ago

An npm install in the frontend directory now links the frontend components.