humanitiesplusdesign / palladio-embed-app

Generate embeddable component definitions based on Palladio save file
0 stars 1 forks source link

The embed code includes a relative link to a file #3

Open cncoleman opened 8 years ago

cncoleman commented 8 years ago

<link type="text/css" href="bower_components/palladio/palladio.css" rel="stylesheet" /> and <script src="bower_components/palladio/palladio.js"></script>

Where can we put this file so it can be accessed publicly?

esjewett commented 8 years ago

We could serve it from somewhere that is CORS-enabled, or potentially from a CDN. The issue is managing versions, which is a little easier just making it a bower dependency at the root level. Longer-term, either including it in a download bundle or serving it from a CDN is the way to go though.