3 Cowhide is an HTML5 UI framework built on top of Twitter Bootstrap.
4 It takes advantage of Bootstrap's modularity both with regards to JavaScript
7 Bootstrap's JavaScript components are written as jQuery plugins, in a very
8 minimal way, and that makes it easy to work with them.
10 Bootstrap's strength resides in its CSS styles, created using the LESS
13 Cowhide encapsulates Bootstrap's components and extend their functionality,
14 and implements its own new UI widgets as well.
19 jQuery, jQuery UI, Twitter Boostrap, Underscore
24 Building requires `npm`. There are only three simple steps to installing
27 npm install -g grunt-cli
30 (cd lib/jquery; npm install; grunt)
31 (cd lib/jquery-ui; npm install; grunt build)