prismic-archive / baked.js

A static website generator in JS, powerered by prismic.io
https://prismicio.github.io/baked.js
91 stars 14 forks source link

Bower registration of the dynamic library #20

Open rdpacheco opened 9 years ago

rdpacheco commented 9 years ago

Currently using the CDN provided, but it would be great to be able to pull it in using Bower. This would help keep up to date with the latest version.

dohzya commented 9 years ago

Hi,

I never used bower so I'm don't know how to use it…

I began a branch to support it: https://github.com/prismicio/baked.js/tree/features/bower Does it looks ok for you?

Note: Even without bower, you can use a partial and put the tag loading baked.js in it. This way, updating the script would change only 1 file (the partial).