Skip to content

Commit e6a6fd2

Browse files
committed
Backport v3's readme update on npm install to 2.3
1 parent 8c7f9c6 commit e6a6fd2

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

README.md

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -55,26 +55,27 @@ Keep track of development and community news.
5555

5656

5757

58-
## Developers
58+
## Compiling CSS and JavaScript
5959

60-
We have included a makefile with convenience methods for working with the Bootstrap library.
61-
62-
+ **dependencies**
63-
Our makefile depends on you having recess, connect, uglify.js, and jshint installed. To install, just run the following command in npm:
60+
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):
6461

6562
```
66-
$ npm install recess connect uglify-js jshint -g
63+
$ npm install
6764
```
6865

69-
+ **build** - `make`
70-
Runs the recess compiler to rebuild the `/less` files and compiles the docs pages. Requires recess and uglify-js. <a href="http://twitter.github.com/bootstrap/extend.html#compiling">Read more in our docs &raquo;</a>
66+
When completed, you'll be able to run the various make commands provided:
67+
68+
#### build - `make`
69+
Runs the recess compiler to rebuild the `/less` files and compiles the docs. Requires recess and uglify-js.
7170

72-
+ **test** - `make test`
71+
#### test - `make test`
7372
Runs jshint and qunit tests headlessly in [phantomjs](http://code.google.com/p/phantomjs/) (used for ci). Depends on having phantomjs installed.
7473

75-
+ **watch** - `make watch`
74+
#### watch - `make watch`
7675
This is a convenience method for watching just Less files and automatically building them whenever you save. Requires the Watchr gem.
7776

77+
Should you encounter problems with installing dependencies or running the makefile commands, be sure to first uninstall any previous versions (global and local) you may have installed, and then rerun `npm install`.
78+
7879

7980

8081
## Contributing

0 commit comments

Comments
 (0)