项目作者: dbtek

项目描述 :
Distribution packages for bootswatch themes.
高级语言: JavaScript
项目地址: git://github.com/dbtek/bootswatch-dist.git
创建时间: 2014-05-12T17:22:46Z
项目社区:https://github.com/dbtek/bootswatch-dist

开源协议:MIT License

下载


bootswatch-dist Build Status node-dependencies

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!

How?

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.

Install

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.

From Terminal

For exact version use tag:

  1. $ bower install bootswatch-dist#3.3.0-yeti

For latest version use branch:

  1. $ bower install bootswatch-dist#yeti

With bower.json

Again for exact version:

  1. ...
  2. "dependencies": {
  3. "bootswatch-dist": "3.3.0-yeti"
  4. }

And for latest version:

  1. ...
  2. "dependencies": {
  3. "bootswatch-dist": "yeti"
  4. }

Available Versions

Run $ bower info bootswatch-dist for available versions. All 3.1.1+ versions are available through bower.

Clean Distribution

Bootswatch dist provides you clean and full Bootstrap installation. Produced files are:

  1. bootswatch-dist/
  2. ├── bower.json
  3. ├── css
  4. ├── bootstrap.css
  5. └── bootstrap.min.css
  6. ├── fonts
  7. ├── glyphicons-halflings-regular.eot
  8. ├── glyphicons-halflings-regular.svg
  9. ├── glyphicons-halflings-regular.ttf
  10. ├── glyphicons-halflings-regular.woff
  11. └── glyphicons-halflings-regular.wof2
  12. └── js
  13. ├── bootstrap.js
  14. └── bootstrap.min.js

Author

İsmail Demirbilek - @dbtek

License

MIT

Credits