aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorOleg <markelog@gmail.com>2013-07-22 21:54:37 +0400
committerOleg <markelog@gmail.com>2013-07-22 22:04:48 +0400
commit806b0230cd14916907807ced638aea066465e1d4 (patch)
treed7c7946e78d6400a65533b8652607f07bfaa99ab /README.md
parent0600a29256be76bd87adb547545bf7219fafb6ee (diff)
downloadjquery-806b0230cd14916907807ced638aea066465e1d4.tar.gz
jquery-806b0230cd14916907807ced638aea066465e1d4.zip
Install bower packages with npm install
Diffstat (limited to 'README.md')
-rw-r--r--README.md14
1 files changed, 4 insertions, 10 deletions
diff --git a/README.md b/README.md
index 3294e1f53..c6b7c0000 100644
--- a/README.md
+++ b/README.md
@@ -49,23 +49,17 @@ Install the [grunt-cli](http://gruntjs.com/getting-started#installing-the-cli) a
npm install -g grunt-cli bower
```
-Enter the jquery directory and install the Node dependencies, this time *without* specifying a global(-g) install:
-
-```bash
-cd jquery && npm install
-```
-
Make sure you have `grunt` and `bower` installed by testing:
```bash
grunt -version
-bower --version
+bower -version
```
-Install `bower` dependencies:
+Enter the jquery directory and install the Node and Bower dependencies, this time *without* specifying a global(-g) install:
```bash
-bower install
+cd jquery && npm install
```
Then, to get a complete, minified (w/ Uglify.js), linted (w/ JSHint) version of jQuery, type the following:
@@ -90,7 +84,7 @@ For example, an app that only used JSONP for `$.ajax()` and did not need to calc
- **css**: The `.css()` method plus non-animated `.show()`, `.hide()` and `.toggle()`.
- **deprecated**: Methods documented as deprecated but not yet removed; currently only `.andSelf()`.
- **dimensions**: The `.width()` and `.height()` methods, including `inner-` and `outer-` variations.
-- **effects**: The `.animate()` method and its shorthands such as `.slideUp()` or `.hide("slow")`.
+- **effects**: The `.animate()` method and its shorthands such as `.slideUp()` or `.hide("slow")`.
- **event-alias**: All event attaching/triggering shorthands like `.click()` or `.mouseover()`.
- **offset**: The `.offset()`, `.position()`, `.offsetParent()`, `.scrollLeft()`, and `.scrollTop()` methods.
- **wrap**: The `.wrap()`, `.wrapAll()`, `.wrapInner()`, and `.unwrap()` methods.