Ben Word
534fef3262
Use gulp-rev for versioning CSS and JS
2014-08-24 16:51:08 -05:00
Ben Word
ed7a0d75c6
Remove Grunt completely, add gulp-rev
2014-08-24 16:45:06 -05:00
Ben Word
9e50fdc82f
Gulp WIP
2014-08-24 16:43:33 -05:00
Ben Word
ee3fc7119d
Update editor-style
2014-08-19 21:29:58 -05:00
Ben Word
c7a7d99417
Update order and comments for custom variables
2014-08-19 20:44:21 -05:00
Ben Word
91a08216c6
Roots 7.0.1
2014-08-15 12:56:53 -05:00
Ben Word
30823445e9
Update devDependencies
2014-08-15 12:54:59 -05:00
Ben Word
ebf121204d
Remove mention of feature removed from Soil
2014-08-15 12:53:59 -05:00
Ben Word
a36a8e4372
Close #1127 - Assume prod if WP_ENV is undefined
2014-08-15 12:51:47 -05:00
Ben Word
a1edc5404f
Merge pull request #1090 from CFXd/move-main-and-sidebar-markup-out-of-php
...
Move <main> and .sidebar markup out of PHP and into LESS
2014-08-15 12:30:09 -05:00
kalenjohnson
d680d473e7
Gruntfile reduced to only grunt-only "version" plugin. Gulpfile set up. package.json updated with gulp dependencies
2014-08-15 01:46:35 -07:00
Ben Word
d12bd1de1c
Add dev dependency status badge
2014-08-14 23:45:24 -05:00
QWp6t
3431bc33d6
Merge pull request #1125 from QWp6t/master
...
Defines WP_ENV if it is not already defined.
2014-08-13 23:55:32 -07:00
QWp6t
1c171bc4cb
Defines WP_ENV if it is not already defined
2014-08-13 23:50:39 -07:00
Ben Word
9b260f11cc
Remove Grunt badge
2014-08-11 17:26:51 -05:00
QWp6t
dd7635ced8
Always load GA snippet when not in production
2014-08-06 21:57:32 -07:00
QWp6t
dc0e838c2f
Only load GA in production environment
...
Loads Google Analytics when `WP_ENV` is 'production'
Otherwise it passes `ga()` arguments as an array to `console.log()`
Also sets cookie domain to be auto configured.
2014-08-06 20:55:12 -07:00
Ben Word
576d70eb60
Merge pull request #1118 from LibLogic/master
...
updated package.json to use version 1.3.9 or greater
2014-08-06 18:39:30 -05:00
Tom Hodgkinson
57337d4ac9
updated package.json to use version 1.3.9 or greater
2014-08-06 19:21:16 -04:00
QWp6t
97f5f34b03
Runs platform agnostic postinstall. Closes #1078
...
Global node binary is used to execute bower.
Global grunt binary (from grunt-cli) is used to run `dev` task.
2014-08-04 10:58:04 -07:00
Scott Walkinshaw
956d204e88
Merge pull request #1113 from roots/conditional_checks
...
Check sidebar conditional tag exists
2014-08-01 10:07:07 -04:00
Nicholas Fox
f213cc02e6
Check sidebar conditional tag exists
...
Return false for non-existent conditional tags. Fixes #993
2014-07-31 23:10:23 +01:00
QWp6t
d7189b8d5e
Remove unnecessary string concatenation.
2014-07-28 10:18:29 -07:00
Michael Silber
32acdb3860
Move <main> and .sidebar markup out of PHP
...
Add more efficient LESS with variables
Add new line to _variables.less
Add sidebar class to body element instead of main element
Change body sidebar class to .sidebar-active
Change body sidebar class to .sidebar-primary
Correct spacing issues
2014-07-26 10:59:49 -04:00
Ben Word
cf91138317
Merge pull request #1105 from kevinlisota/html5-captions
...
use WP HTML5 markup for captions instead of Soil
2014-07-26 00:33:59 -05:00
Kevin Lisota
d040ddef2e
use WP HTML5 markup for captions instead of Soil
...
Use add_theme_support to enable native HTML5 captions and add caption styling to wp-caption-text.
2014-07-25 19:02:49 -07:00
Scott Walkinshaw
fe336fe0fd
Merge pull request #1096 from CFXd/remove-extra-fwd-slash-after-navbar-home_url
...
Remove extra forward slash after navbar home_url()
2014-07-16 20:45:10 -04:00
Michael Silber
d511c33963
Remove extra forward slash after navbar home_url()
2014-07-16 20:27:48 -04:00
QWp6t
2632d776ba
Merge pull request #1085 from CFXd/make-wp_env-check-positive-if-statement
...
Make WP_ENV check a positive if statement to improve semantics and readability
2014-07-10 08:18:24 -07:00
Michael Silber
c0242218f8
Make WP_ENV check a positive if statement to improve semantics and readability
2014-07-10 10:49:21 -04:00
QWp6t
4cdab4497f
Splits mixins into separate imports, fixes import order.
2014-07-08 23:16:37 -07:00
Ben Word
ce00b582de
Merge pull request #1083 from jholl/patch-1
...
add _responsive-embed.less
2014-07-08 22:16:15 -05:00
James Holland
6733c38a87
add _responsive-embed.less
2014-07-08 21:51:10 -04:00
Ben Word
ec48ace04c
Merge pull request #1082 from fullyint/update-autoprefixer
...
Update autoprefixer map option
2014-07-07 19:27:17 -05:00
Phil Nelson
0adeb3e5a9
Update autoprefixer map option
...
Accommodate the grunt-autoprefixer 0.8.0 options refactor
by passing an object (instead of string) to map option
a la nDmitry/grunt-autoprefixer@c658fb7
and nDmitry/grunt-autoprefixer@1b7af91
2014-07-07 19:58:41 -04:00
Ben Word
a42b5a52b5
Merge pull request #1080 from fullyint/loop-template-custom
...
Initiate the loop for template-custom.php
2014-07-07 16:13:48 -05:00
Phil Nelson
1994666b44
Initiate the loop for template-custom.php
...
Just as #1056 added a loop-start to page.php, this adds a
loop-start to template-custom.php.
2014-07-07 07:29:14 -04:00
Ben Word
e4513d7cbe
Merge pull request #1044 from CFXd/add-collapsed-default-class-to-navbar-collapse-button
...
Add "collapsed" default class to navbar collapse button
2014-07-06 19:51:39 -05:00
Michael Silber
507a81445b
Add "collapsed" default class to navbar collapse button
2014-07-06 19:47:59 -04:00
Scott Walkinshaw
702517e378
Merge pull request #1079 from kevinlisota/patch-1
...
Update Roots version number in bower.json
2014-07-05 11:40:13 -04:00
Kevin Lisota
f66c4f48f8
update roots version number in bower.json
2014-07-05 08:23:46 -07:00
Scott Walkinshaw
7a61f09ea0
Merge pull request #1076 from CFXd/modrnizr_update_misspelling
...
Typo: Updage -> Update
2014-07-03 15:52:09 -04:00
Michael Silber
b61a91aa26
Updage -> Update
2014-07-03 15:30:31 -04:00
Ben Word
35832fc2a3
Roots 7.0.0
2014-07-03 11:52:07 -05:00
Ben Word
17716e5918
Merge pull request #982 from roots/7.0.0
...
Roots 7.0.0
2014-07-03 11:50:58 -05:00
Ben Word
1788272133
Generate new roots.pot
2014-07-03 11:49:42 -05:00
Ben Word
acc397573d
Merge master
2014-07-03 11:45:57 -05:00
Ben Word
6c09c173ff
Merge pull request #1056 from joshlevinson/master
...
Initiate the loop before the title is called on pages.
2014-07-03 11:40:01 -05:00
Ben Word
f1fbfaf37f
Merge pull request #1067 from kalenjohnson/master
...
Updated all instances of home_url() with esc_url()
2014-07-03 11:39:33 -05:00
Nicholas Fox
eb5ff6f187
Add library comments
2014-07-02 18:43:08 +01:00