Commit e2fabe23 authored by Mark Otto's avatar Mark Otto
Browse files

clarification on readme makefile

parent 6ccf588a
17 merge requests!7033Fix backdrop undefined bug in modal,!8635ignore Gruntfile.js in jekyll,!8339Fix broken links to navbar component in docs examples,!7329Fix for issue #7328,!7219Fix for mini typo mistake in css.html,!7674Clear float on all when navbar is collapsed - v3,!7344Fixed .spanX selector (*= instead of ^=),!7346Fix compilation error,!7775added some tests for tooltip title setter,!8157Close Me: Docs "Customize and Download" button fix,!7509Proposed fix for allowing Collapse events ('show'/'hide') to be cancelled,!7964commit fixes #7792,!8656Added rel="stylesheet" to CDN-Examples,!8527Inner properties move 1,!8245Interactive color picker - Closed: request against wrong branch,!7865Patch 2,!7651Drop the sizzle dependency to allow smaller builds targeting mobile devices
Showing with 2 additions and 2 deletions
+2 -2
...@@ -38,13 +38,13 @@ Documentation for [previous versions](https://github.com/twitter/bootstrap/tags) ...@@ -38,13 +38,13 @@ Documentation for [previous versions](https://github.com/twitter/bootstrap/tags)
## Compiling CSS and JavaScript ## Compiling CSS and JavaScript
Bootstrap includes a makefile with convenient methods for working with the framework. Before getting started, be sure to install the necessary local dependencies: 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):
``` ```
$ npm install $ npm install
``` ```
Once installed, you'll be able to run the various make commands provided: When completed, you'll be able to run the various make commands provided:
#### build - `make` #### build - `make`
Runs the recess compiler to rebuild the `/less` files and compiles the docs. Requires recess and uglify-js. Runs the recess compiler to rebuild the `/less` files and compiles the docs. Requires recess and uglify-js.
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment