]> source.dussan.org Git - jquery.git/commitdiff
Add README info on how to create custom builds. Close gh-892.
authorMathias Bynens <mathias@qiwi.be>
Sun, 12 Aug 2012 09:34:21 +0000 (11:34 +0200)
committerDave Methvin <dave.methvin@gmail.com>
Mon, 20 Aug 2012 01:24:33 +0000 (21:24 -0400)
README.md

index fd249681ebfcbf31ba8990164115a0bc76c37f2d..6012f087a26e80f71dd528621372c2f99d399e1b 100644 (file)
--- a/README.md
+++ b/README.md
@@ -45,7 +45,7 @@ First, clone a copy of the main jQuery git repo by running:
 git clone git://github.com/jquery/jquery.git
 ```
 
-Enter the directory and install the node dependencies:
+Enter the directory and install the Node dependencies:
 
 ```bash
 cd jquery && npm install
@@ -81,6 +81,18 @@ Starting in jQuery 1.8, special builds can now be created that optionally exclud
 - offset
 
 
+Before creating a custom build for use in production, be sure to check out the latest stable version:
+
+```bash
+git pull; git checkout $(git describe --abbrev=0 --tags)
+```
+
+Then, make sure all Node dependencies are installed and all Git submodules are checked out:
+
+```bash
+npm install && grunt
+```
+
 To create a custom build, use the following special `grunt` commands:
 
 Exclude **ajax**: