Commit Graph

1108 Commits

Author SHA1 Message Date
Ben Word
17ee6e42d8 Update lib/init.php 2014-06-30 00:12:37 -05:00
Ben Word
a06d4d2450 Add note about roots-sass 2014-06-29 23:59:58 -05:00
Ben Word
c040970dac Update style.css 2014-06-29 23:56:27 -05:00
Ben Word
323fd4027a Update CHANGELOG 2014-06-29 23:53:29 -05:00
Ben Word
b1645b590d README updates 2014-06-29 23:47:31 -05:00
Ben Word
9441ec5ed2 README updates 2014-06-29 23:27:50 -05:00
Ben Word
34bef3e8fc Ref #1071 - Update to Bootstrap 3.2.0 2014-06-29 23:19:30 -05:00
Ben Word
dffa1b4672 Merge pull request #1055 from al-the-x/watch-js-plugins
Make `grunt watch:js` include `assets/js/plugins/**/*.js`
2014-06-15 02:03:19 -05:00
David Rogers
0804074fdf Make grunt watch:js include assets/js/plugins/**/*.js
If I add JavaScript packages to my `assets/js/plugins/` directory, they must be concatenated, uglified, and added to `scripts.js` to be used in my theme. The `watch:js` task should also note changes to those files and directories.
2014-06-06 16:50:27 +00:00
Ben Word
4653b9c6ea Merge pull request #1049 from QWp6t/patch-1
Retrieve manifest.json from local file system. Fixes  #1048
2014-06-06 11:16:58 -05:00
QWp6t
d82daf2c57 Get menifest.json from file system. Fixes #1048 2014-05-30 23:23:45 -07:00
Ben Word
4e38d4681d Use <!doctype html> instead of <!DOCTYPE html>
See e67e9cc7c1
2014-05-21 18:34:39 -05:00
Ben Word
f1937445e9 Update packages 2014-05-21 18:33:51 -05:00
Ben Word
af9d06fefd Update to latest Modernizr 2014-05-21 18:26:16 -05:00
Ben Word
7552cd4d97 Update to jQuery 1.11.1 2014-05-21 18:24:25 -05:00
Ben Word
cc17c14de8 Merge pull request #1019 from JulienMelissas/7.0.0
Using un-optimized version of modernizr in dev environment.
2014-04-16 16:02:44 -05:00
Chris Carr
31d4e8a0a0 Move main/sidebar class filters into config.php (fix missing arg errors). 2014-04-12 20:49:22 -07:00
Julien Melissas
ea35b85da7 - fixing weird double negative thing on line 22
- using unpackages/unoptimized modernizr when in the WordPress development environment
2014-04-05 00:49:21 -04:00
Ben Word
b4c7b9b4b2 Offer just one header, the BS top navbar 2014-03-31 20:14:33 -05:00
Ben Word
be14fdb69c Use grunt-wp-assets 2014-03-30 23:01:59 -05:00
Ben Word
b524fb8b4d Update README 2014-03-30 22:17:23 -05:00
Ben Word
c7453f62dc Update watch tasks 2014-03-30 21:49:04 -05:00
Ben Word
2442d7bdf7 Use sr-only class on searchform, move label again because of input-group styles 2014-03-30 21:30:08 -05:00
Ben Word
92cb5bc518 Use 'roots/' for filters 2014-03-30 21:23:00 -05:00
Ben Word
ea5699f284 Use apply_filters for main and sidebar classes 2014-03-30 20:47:16 -05:00
Ben Word
1a9b71edcf Add time-grunt 2014-03-30 20:38:08 -05:00
Ben Word
bb604f36b8 Add grunt-autoprefixer 2014-03-30 20:12:30 -05:00
Ben Word
0f606929e0 Add comments about GA 2014-03-30 19:50:03 -05:00
Ben Word
7551f99641 Re-add excerpt and wp_title functions from cleanup.php
Rename custom.php to extras.php
2014-03-30 19:36:47 -05:00
Ben Word
5ba5de8ee5 Swap input/label on searchform 2014-03-30 19:19:33 -05:00
Ben Word
8c04f4a3df LiveReload - reference non-minifed assets 2014-03-30 19:17:26 -05:00
Ben Word
87ef63f58b Move translations outside repo
See https://github.com/roots/roots-translations
2014-03-30 19:12:38 -05:00
Ben Word
289ea01fc2 Separate containers 2014-03-12 00:04:56 -05:00
Ben Word
70054b7d08 Just enqueue JS instead of register + enqueue 2014-03-11 23:57:03 -05:00
Ben Word
373910b515 Update version numbers, CHANGELOG 2014-03-11 23:51:41 -05:00
Ben Word
272afb78d1 Update screenshot resolution to 880x660, change to blank image 2014-03-11 23:38:03 -05:00
Ben Word
dede0bd851 Close #992 - Move some Roots features into Soil 2014-03-11 23:34:17 -05:00
Ben Word
6d8b82a7e5 Add .gitkeep to assets/js/plugins 2014-02-22 12:11:47 -06:00
Ben Word
4a03d3b2ab Clean up the latest changes to lib/scripts.php
💙 @swalkinshaw
2014-02-21 23:53:45 -06:00
Ben Word
5b23b7fb96 Replace grunt-wp-assets with grunt-filerev and grunt-filerev-assets
By writing to assets-manifest.json with grunt-filerev-assets, it's
no longer necessary to commit changes to lib/scripts.php when developing
2014-02-21 23:14:12 -06:00
Ben Word
94cc2949a2 Use load-grunt-tasks 2014-02-21 22:08:43 -06:00
Ben Word
7b255992cf Ref #933 - dev and build tasks for Grunt
Dev: don't minify
Build: minify, lean Modernizr build

Dev assets will load if you have defined your WP_ENV as development
If you don't use Bedrock, you'll need to add this to your wp-config.php:

define('WP_ENV', 'development');

TODO: lib/scripts.php shouldn't need to be committed for changes after
running the version task
2014-02-21 21:59:09 -06:00
Ben Word
f5e03e96a4 Use latest Bootstrap 2014-02-21 20:59:33 -06:00
Ben Word
4e70c60d68 Update clean task for versioned assets 2014-02-21 20:55:36 -06:00
Ben Word
53c2829915 Fix parseFiles in grunt-modernizr task 2014-02-21 20:52:40 -06:00
Ben Word
c3263f0553 Run bower install after npm install 2014-02-21 20:47:45 -06:00
Ben Word
55994a8cb8 Merge pull request #990 from hariadi/7.0.0-grunt-wp-asset
Use grunt-wp-assets for version task
2014-02-21 20:38:26 -06:00
Hariadi Hinta
77e2fdb4bd Use grunt-wp-assets for version task
* default use filename version revving instead of querystring
* versioning file will be ignore
2014-02-20 11:17:36 +08:00
Ben Word
11930de7ed Ref #867 - Add Respond.js (not enqueued by default) 2014-02-04 23:37:14 -06:00
Ben Word
cf843567ce Better LESS organization 2014-02-04 23:34:29 -06:00