зеркало из
1
0
Форкнуть 0
The node server that powers the bootstrap customize page (no longer maintained).
Перейти к файлу
Julian Thilo 0552776537 Fix typo 2014-01-29 22:54:16 +01:00
lib Merge branch 'master' of heroku.com:bootstrap 2013-07-27 00:53:01 -07:00
tests update to point to twbs 2013-07-26 23:25:30 -07:00
.gitignore change builder in preperation for 2.0.3 release 2012-04-24 02:00:06 -07:00
LICENSE Initial Import 2012-03-27 17:39:51 -04:00
Procfile Initial Import 2012-03-27 17:39:51 -04:00
README.md Fix typo 2014-01-29 22:54:16 +01:00
index.js Merge branch 'master' of heroku.com:bootstrap 2013-07-27 00:53:01 -07:00
package.json more agressive node version? 2013-07-27 00:59:23 -07:00

README.md

No longer maintained

The Bootstrap server is now handled via all client-side JavaScript within the main Bootstrap repo.


Bootstrap Server <3

The bootstrap server is responsible for backing the custom builds from bootstrap's download page.

It serves zip files containing custom built and minified css and js.

Quick start

install dependencies

$ npm install

start server

$ node .

run tests

$ node tests

Authors

Jacob Thornton

License

Copyright 2013 Twitter, Inc.

Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0