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
QWp6t
d7189b8d5e
Remove unnecessary string concatenation.
2014-07-28 10:18:29 -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
d82daf2c57
Get menifest.json from file system. Fixes #1048
2014-05-30 23:23:45 -07:00
Ben Word
7552cd4d97
Update to jQuery 1.11.1
2014-05-21 18:24:25 -05: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
be14fdb69c
Use grunt-wp-assets
2014-03-30 23:01:59 -05:00
Ben Word
0f606929e0
Add comments about GA
2014-03-30 19:50:03 -05:00
Ben Word
70054b7d08
Just enqueue JS instead of register + enqueue
2014-03-11 23:57:03 -05: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
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
cf843567ce
Better LESS organization
2014-02-04 23:34:29 -06:00
Ben Word
d8cbdb251a
Load Modernizr from Bower, lean build with Grunt
2014-02-04 23:13:33 -06:00
Ben Word
6ace5bbb27
Load jQuery from Bower
2014-02-04 22:59:07 -06:00
Ben Word
999759c375
Roots 6.5.2
2014-02-04 22:44:25 -06:00
Foxaii
553347d59a
Bootstrap 3.1.0
2014-01-30 20:45:30 +00:00
Ben Word
c095bd361a
Update to jQuery 1.11.0
2014-01-24 12:12:21 -06:00
Ben Word
d6fc59e041
Add comments to _main.js, remove finalize
2014-01-18 18:43:25 -06:00
Roscius
940b8b5399
Match wp_register_script function signature
...
Although the third parameter currently works when false to indicate
no dependancies, it works by side-effect, the function signature uses
an empty array to indicate no dependancies.
2014-01-03 23:33:43 -05:00
Foxaii
aa59cede7f
Update to Bootstrap 3.0.3
2013-12-05 19:27:34 +00:00
Ben Word
94991089c9
Update to Modernizr 2.7.0
2013-11-18 09:46:09 -06:00
Ben Word
5fe6c44dab
Update to Bootstrap 3.0.2
2013-11-06 19:16:58 -06:00
Ben Word
3b64f10111
Switch to grunt-contrib-less, add LESS source maps support
2013-11-06 13:38:21 -06:00
Ben Word
f8bc0ca80b
Move rewrites to a plugin, Roots 6.5.1
2013-11-05 14:54:09 -06:00
Ben Word
2a3fbf0d66
Make sure jQuery fallback is immediately after jQuery
2013-09-08 12:02:42 -05:00
Ben Word
acab6fe5f7
Latest build
2013-09-08 11:24:27 -05:00
Toby
409939bf82
Hide Google Analytics to admins to prevent obscured data.
2013-08-30 10:34:33 +01:00
Ben Word
d20aa0fe50
Roots 6.5.0
2013-08-22 22:25:58 -05:00
Ben Word
70b27b81c5
Bootstrap 3 RC1
2013-07-28 12:32:45 -05:00
Ben Word
d9315af7c6
Remove comment about old BS2 responsive CSS file
2013-07-28 11:48:54 -05:00
Foxaii
cd20e417d2
Library changes
2013-07-28 13:23:38 +01:00
Joel Kuzmarski
81447be8db
fix #814 : jquery-1.10.1 remove, jquery-1.10.2 add
2013-07-23 23:20:14 -05:00
Ben Word
c444314d67
Close #789 - Don't automatically enqueue style.css for child themes
2013-06-23 12:24:02 -05:00
Ben Word
273c2e3f72
Merge master
2013-06-10 12:51:39 -05:00
Ben Word
66ac187564
Close #758 - Update to Google Universal Analytics
2013-06-03 17:44:16 -05:00
Fouppy
5b662cdeed
Update to jQuery 1.10.1
2013-05-31 16:14:18 +02:00
Ben Word
5e0b0a263e
Add version task to LESS updates
2013-05-10 15:19:28 -05:00
Ben Word
dba3e55e3c
Merge branch 'master' into grunt
2013-03-17 18:57:43 -05:00
Foxaii
6298ec18c7
Add jQuery CDN to theme features.
2013-03-06 17:23:43 +00:00
Ben Word
838bea1402
Merge master
2013-03-04 21:30:25 -06:00
Kevin Martensson
b7d9f187aa
Add support for grunt 0.4.0
2013-02-22 20:17:48 +01:00
Ben Word
315ab1ba80
Merge branch 'master' into grunt
2013-02-22 09:36:04 -06:00
Ben Word
260fc4c353
Comments clean up, consistent formatting
2013-02-15 12:13:18 -06:00
Ben Word
9a72a57b96
Merge branch 'master' into grunt
2013-02-15 11:00:26 -06:00
Ben Word
1a7017c1a7
Close #680 - Move Google Analytics to scripts.php
2013-02-10 19:35:43 -06:00
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