finom/seemple

Bower support

Closed this issue · 4 comments

Publish matreshka via bower

Why you need it?

Why?

  • Fast component installation
  • Easy updates
  • Easy version management

Consider:

$ bower install matreshka

Versus $ git clone https://github.com/finom/matreshka.git

Second solution requires me to remember how to find your repo or clone it or hold a copy somewhere or so on.

While the first just requires me to know the name.

Also it makes dependencies easier to manage, as I already have jQuery installed via bower.

Ok got it, thanks.