Get the latest X-Tag core library and components.
Included Components:
- x-tag-core https://github.com/x-tag/core
- x-tag-accordion https://github.com/x-tag/accordion
- x-tag-appbar https://github.com/x-tag/appbar
- x-tag-code-prism https://github.com/x-tag/code-prism
- x-tag-flipbox https://github.com/x-tag/flipbox
- x-tag-growbox https://github.com/x-tag/growbox
- x-tag-leaflet-map https://github.com/x-tag/map
- x-tag-mediaquery https://github.com/x-tag/mediaquery
- x-tag-mixin-request https://github.com/pennyfx/mixin-request
- x-tag-modal https://github.com/x-tag/modal
- x-tag-panel https://github.com/x-tag/panel
- x-tag-shiftbox https://github.com/x-tag/shiftbox
- x-tag-slidebox https://github.com/x-tag/slidebox
- x-tag-spinner https://github.com/x-tag/spinner
- x-tag-switch https://github.com/x-tag/switch
- x-tag-toggle https://github.com/x-tag/toggle
More components are available on Bower.
$ bower search x-tag
This distributable files under ./dist/ are generated by running the following commands
# Install npm dependencies. Bower, Grunt and grunt tasks.
$ npm install
# Downloads all packages listed under 'dependencies' in bower.json to
# ./components/ directory.
$ bower install
# Concats together the downloaded X-Tags from ./components and places
# the results in ./dist/
$ grunt build
If you would like to make a custom build you can do so by modifying the packages listed in the bower.json file and rerunning the commands above.