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
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -38,13 +38,13 @@ Documentation for [previous versions](https://github.com/twitter/bootstrap/tags)
38
38
39
39
## Compiling CSS and JavaScript
40
40
41
-
Bootstrap includes a makefile with convenient methods for working with the framework. Before getting started, be sure to install the necessary local dependencies:
41
+
Bootstrap includes a [makefile](Makefile) with convenient methods for working with the framework. Before getting started, be sure to install [the necessary local dependencies](package.json):
42
42
43
43
```
44
44
$ npm install
45
45
```
46
46
47
-
Once installed, you'll be able to run the various make commands provided:
47
+
When completed, you'll be able to run the various make commands provided:
48
48
49
49
#### build - `make`
50
50
Runs the recess compiler to rebuild the `/less` files and compiles the docs. Requires recess and uglify-js.
0 commit comments