bantikyan / icheck-bootstrap

Pure css checkboxes and radio buttons for Twitter Bootstrap.
https://bantikyan.github.io/icheck-bootstrap/
MIT License
141 stars 35 forks source link

Version 1.0.8 #2

Closed mspiderv closed 8 years ago

mspiderv commented 8 years ago

Can you please publish current master branch as 1.0.8 version ? Bower command bower install icheck-bootstrap downloads version 1.0.7 which does NOT contain all CSS classes.

bantikyan commented 8 years ago

Hello, just tested bower install icheck-bootstrap and can't see any issue, all classes are there. Can you check again?

mspiderv commented 8 years ago

When I run bower install icheck-bootstrap --save command, it will add this line to my bower.json file "icheck-bootstrap": "^1.0.7". It will install old styles. When I manually edit bower.json to "icheck-bootstrap": "master" it will install latest styles. The problem is, old styles does not contain all classes, for example icheck-success. Sorry for my english, I hope you understand what I mean.

bantikyan commented 8 years ago

Thanks for your clarification. I have updated bower version 1.0.7 to point correct commit. Please can you check again?

mspiderv commented 8 years ago

I had to clear my bower's cache, but it works now. Thanks man :)