Distribution packages for Bootswatch themes, intended to be used with Bower package manager. Bootswatch themes are amazing for users; with bootswatch-dist they are also delicious for you, developers!
Bootswatch themes are updated from Github API and placed in a particular branch here, in this repo, with Bootstrap scripts, glyphicon fonts and a proper bower configuration. These themes are managed through both versions and branches.
bootswatch-dist packages are updated on daily periods with a build system connecting Github API.
Every theme is released with versions. For example 3.3.0
version of Yeti theme is released with 3.3.0-yeti
version identifier on branch yeti
. Therefore, both tags and branch names can be used while installing a theme through bower.
With bootswatch-dist, Bootswatch themes are easily installed via bower.
For exact version use tag:
$ bower install bootswatch-dist#3.3.0-yeti
For latest version use branch:
$ bower install bootswatch-dist#yeti
Again for exact version:
...
"dependencies": {
"bootswatch-dist": "3.3.0-yeti"
}
And for latest version:
...
"dependencies": {
"bootswatch-dist": "yeti"
}
Run $ bower info bootswatch-dist
for available versions. All 3.1.1+ versions are available through bower.
Bootswatch dist provides you clean and full Bootstrap installation. Produced files are:
bootswatch-dist/
├── bower.json
├── css
│ ├── bootstrap.css
│ └── bootstrap.min.css
├── fonts
│ ├── glyphicons-halflings-regular.eot
│ ├── glyphicons-halflings-regular.svg
│ ├── glyphicons-halflings-regular.ttf
│ ├── glyphicons-halflings-regular.woff
│ └── glyphicons-halflings-regular.wof2
└── js
├── bootstrap.js
└── bootstrap.min.js
İsmail Demirbilek - @dbtek
- Bootswatch
- Bootstrap
- Bootstrap CDN
- Grunt
- Some other great open source tools.