Skip to content

Commit

Permalink
Build ReadMe updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
wdamien committed Dec 11, 2014
1 parent f439c65 commit 3ae2c18
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions build/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,13 @@ Note that this requires a familiarity with using the command line. The example c

### Install dependencies

Node (0.10.2 or greater is required):
sass (3.3 or greater is required):

# ruby is required for sass. Check http://sass-lang.com/install for dependencies.
# Install (or update) sass
gem install sass;

Node (0.10.x or greater is required):

# check the version via the command line
node -v
Expand Down Expand Up @@ -61,4 +67,5 @@ The same as the NEXT process, but will not minify the source code. All code form
* grunt next - Build everything using the NEXT version.
* grunt combine - Build a NEXT version, but leave comments and formatting intact.
* grunt docs - Build only the docs
* grunt uglify - Create the PreloadJS min file. (Will use NEXT as the version)
* grunt exportScriptTags - Export valid <script /> tags from the config.json file.
* grunt nextlib - Export NEXT versions of the lib.

0 comments on commit 3ae2c18

Please sign in to comment.