Commit Graph

21 Commits

Author SHA1 Message Date
Ben Word
768865cf38 Roots 6.3.0 2013-02-08 10:13:55 -06:00
Ben Word
d11b6ab363 Update to Bootstrap 2.3.0 2013-02-08 10:07:59 -06:00
Ben Word
9f5169fac4 Merge branch 'master' into grunt 2013-02-08 09:59:45 -06:00
Ben Word
bc52a4e09b Close #670 - Update to jQuery 1.9.1 2013-02-08 09:47:08 -06:00
Ben Word
2dc7024497 Merge master 2013-02-05 16:13:43 -06:00
Ben Word
6354758ad4 Change JS ordering
- Load jQuery before Modernizr so that the fallback method will
always be applied immediately after jQuery. If a script is
enqueued in the footer after jQuery, then the fallback shows up
in the footer. Modernizr will always be in the head so this
issue won't occur.

- Move plugins.js and main.js to footer

jQuery is still kept in the head to avoid conflicts with plugins
2013-02-05 16:10:19 -06:00
Ben Word
d05220eb04 Merge master 2013-02-04 22:35:15 -06:00
Ben Word
eb9f9896a4 Update comment about jQuery 2013-02-04 22:30:48 -06:00
Ben Word
56f25ff00a JavaScript clean up
- Modernizr is now enqueued and included after stylesheets

- jQuery is no longer hardcoded since WP now supports protocol-relative
URLs

- jQuery fallback output is handled by a new function in lib/scripts.php
(the method is still the same one from HTML5 Boilerplate)
2013-02-04 22:16:31 -06:00
Ben Word
40058a230b Update to jQuery 1.9.0 2013-01-15 12:23:43 -06:00
Ben Word
2ed9738afd Close #635 - Update to jQuery 1.9.0 2013-01-15 12:22:21 -06:00
Ben Word
906744589d Merge master 2012-12-11 16:19:08 -06:00
Ben Word
31d58cb938 Update to jQuery 1.8.3 2012-12-06 11:47:49 -06:00
Ben Word
ac18e86fe8 Merge master, update to Bootstrap 2.2.1 2012-11-01 09:28:34 -05:00
Ben Word
85b0f59455 Update to Bootstrap v2.2.0 2012-10-30 19:26:59 -05:00
Ben Word
ddea8b597f Add grunt.js build script
- Move Bootstrap LESS files into new subdirectory

- Change app.css to app.less, add @import's to utilize
Bootstrap variables and mixins

- Remove plugins.js and main.js

- Move Bootstrap JS plugins into new subdirectory

- Add new _main.js file with example DOM-based routing
script that works off the WordPress body_class

- lib/scripts.php has been updated to remove all extra
CSS and JS files and also places JavaScript in the footer
2012-10-03 08:32:58 -05:00
Scott Walkinshaw
81d1c8dd9e Update to jQuery 1.8.2 2012-09-21 08:32:07 -06:00
Ben Word
580d3f26d1 Add jQuery version to wp_register_script 2012-09-06 19:36:44 -05:00
Ben Word
f9959b4da0 Update to Bootstrap 2.1.1, jQuery 1.8.1, Modernizr 2.6.2 2012-09-04 23:34:13 -05:00
Ben Word
611d4d9f2f Ref #525 - Move css/, img/, and js/ into assets/ 2012-08-20 19:28:36 -05:00
Ben Word
5c777f361b Rename inc/ to lib/ 2012-08-20 19:19:39 -05:00