From 575f18aaf49abb0289185f6409bee031947ccf69 Mon Sep 17 00:00:00 2001 From: Jacob Thornton Date: Sat, 14 Apr 2012 16:29:53 -0700 Subject: add jshint support + a few minor stylistic changes --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 0a2a171d7..8907f059a 100644 --- a/README.md +++ b/README.md @@ -81,6 +81,13 @@ Developers We have included a makefile with convenience methods for working with the Bootstrap library. ++ **dependencies** +Our makefile depends on you having less, uglify.js, and jshint installed. To install, just run the following command in npm: + +``` +$ npm install less uglify-js jshint -g +``` + + **build** - `make` Runs the LESS compiler to rebuild the `/less` files and compiles the docs pages. Requires lessc and uglify-js. Read more in our docs » -- cgit v1.2.3