Update to jQuery 1.8.2

This commit is contained in:
Scott Walkinshaw
2012-09-21 08:32:07 -06:00
parent 671cb95ebc
commit 81d1c8dd9e
8 changed files with 12 additions and 11 deletions

View File

@@ -84,7 +84,7 @@ If you're using LESS, make sure you compile the files to the proper locations:
JavaScript is loaded in the following order:
1. `/theme/assets/js/vendor/modernizr-2.6.1.min.js` (in `head.php`)
2. `jquery-1.8.0.min.js` via Google CDN with local fallback (in `head.php`)
2. `jquery-1.8.2.min.js` via Google CDN with local fallback (in `head.php`)
3. `/theme/assets/js/plugins.js`
4. `/theme/assets/js/main.js`

View File

@@ -28,7 +28,7 @@ A basic Roots theme initially looks like this:
│ ├── main.js
│ ├── plugins.js (includes bootstrap.js)
│ └── vendor
│ ├── jquery-1.8.0.min.js
│ ├── jquery-1.8.2.min.js
│ └── modernizr-2.6.1.min.js
├── doc
├── lang
@@ -137,4 +137,4 @@ This file is used to serve the single post template.
### style.css
This file is used to tell WordPress that we're a theme. None of the actual CSS is contained in this file.
This file is used to tell WordPress that we're a theme. None of the actual CSS is contained in this file.