You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bootstrap provides simple and flexible HTML, CSS, and Javascript for popular user interface components and interactions. In other words, it's a front-end toolkit for faster, more beautiful web development. It's created and maintained by [Mark Otto](http://twitter.com/mdo) and [Jacob Thornton](http://twitter.com/fat) at Twitter.
4
+
Bootstrap is a sleek, intuitive, and powerful front-end framework for faster and easier web development, created and maintained by [Mark Otto](http://twitter.com/mdo) and [Jacob Thornton](http://twitter.com/fat) at Twitter.
5
5
6
-
To get started, checkout http://twitter.github.com/bootstrap!
6
+
To get started, checkout http://getbootstrap.com!
7
7
8
8
9
9
@@ -19,7 +19,7 @@ Versioning
19
19
20
20
For transparency and insight into our release cycle, and for striving to maintain backward compatibility, Bootstrap will be maintained under the Semantic Versioning guidelines as much as possible.
21
21
22
-
Releases will be numbered with the follow format:
22
+
Releases will be numbered with the following format:
23
23
24
24
`<major>.<minor>.<patch>`
25
25
@@ -36,7 +36,7 @@ For more information on SemVer, please visit http://semver.org/.
36
36
Bug tracker
37
37
-----------
38
38
39
-
Have a bug? Please create an issue here on GitHub! Also, when filing please make sure you're familiar with [necolas's guidelines](https://github.com/necolas/issue-guidelines). thanks! <3
39
+
Have a bug? Please create an issue here on GitHub that conforms with [necolas's guidelines](https://github.com/necolas/issue-guidelines).
40
40
41
41
https://github.com/twitter/bootstrap/issues
42
42
@@ -82,26 +82,28 @@ Developers
82
82
We have included a makefile with convenience methods for working with the Bootstrap library.
83
83
84
84
+**dependencies**
85
-
Our makefile depends on you having recess, uglify.js, and jshint installed. To install, just run the following command in npm:
85
+
Our makefile depends on you having recess, connect, uglify.js, and jshint installed. To install, just run the following command in npm:
86
86
87
87
```
88
-
$ npm install recess uglify-js jshint -g
88
+
$ npm install recess connect uglify-js jshint -g
89
89
```
90
90
91
91
+**build** - `make`
92
92
Runs the recess compiler to rebuild the `/less` files and compiles the docs pages. Requires recess and uglify-js. <ahref="http://twitter.github.com/bootstrap/less.html#compiling">Read more in our docs »</a>
93
93
94
94
+**test** - `make test`
95
-
Runs jshint and qunit tests headlessly in phantom js (used for ci). Depends on having phatomjs installed.
95
+
Runs jshint and qunit tests headlessly in [phatomjs] (http://code.google.com/p/phantomjs/) (used for ci). Depends on having phantomjs installed.
96
96
97
97
+**watch** - `make watch`
98
98
This is a convenience method for watching just Less files and automatically building them whenever you save. Requires the Watchr gem.
99
99
100
100
101
+
101
102
Contributing
102
103
------------
103
104
104
-
Please make all pull requests against wip-* branches. Also, if your unit test contains javascript patches or features - you must include relevant unit tests. Thanks!
105
+
Please submit all pull requests against *-wip branches. If your unit test contains javascript patches or features, you must include relevant unit tests. Thanks!
0 commit comments