gr2m / initials

extract initials from and add initials to names
https://gr2m.github.io/initials
MIT License
44 stars 14 forks source link

Refactor dependencies #9

Closed zoepage closed 9 years ago

zoepage commented 9 years ago

FYI: semantic-release@latest build fails with travis.

gr2m commented 9 years ago

Looking great, just see my comment above. Can you clean up the commits?

gr2m commented 9 years ago

That's looking great! Only problem I see is that now the index.html can't load it's dependencies anymore, and gh-pages will be broken.

Ideally, we would develop on master branch, and have a deploy task that pushes what ever files we want to gh-pages, similar to how we deploy the doxx files in pouchdb-hoodie-api. But we can do that next, and for now load the files from bower_components/ from the web, and load initials.js from wzrd.in (https://wzrd.in/standalone/initials)

What do you think?

gr2m commented 9 years ago

done :)