Commit Graph

1426 Commits

Author SHA1 Message Date
Austin Pray
2f48ce289f bump gulp-less for 0.12 2015-02-12 22:48:58 -06:00
Ben Word
91a1944af8 Reference contributing guidelines guidelines repo 2015-02-12 22:28:19 -06:00
Ben Word
b02f0dd42f Merge pull request #1318 from roots/svgo-tweak
Disable removeUnknownsAndDefaults on svgo
2015-02-12 20:07:27 -06:00
Ben Word
e84d25047d Merge pull request #1319 from gegere/8.0.0
use correct editor-style.css filename for tinymce editor
2015-02-12 20:06:45 -06:00
Jason Gegere
031c4e17c0 use correct filename editor-style.css on dev or editor-style-*.css listed in manifest file for tinymce editor 2015-02-12 20:02:54 -06:00
Ben Word
f9803004bc Disable removeUnknownsAndDefaults on svgo 2015-02-12 16:40:09 -06:00
Ben Word
6e8e75ceac Merge pull request #1317 from roots/austinpray-patch-1
Remove /**/* glob from js by default
2015-02-12 16:34:08 -06:00
Austin Pray
659aa60e19 Remove /**/* glob from js by default
See https://discourse.roots.io/t/adding-none-bower-js-libs-to-gulp-manifest-json/2890?u=austin
2015-02-12 01:20:15 -06:00
Ben Word
419fefd33f Merge pull request #1316 from roots/gulp-watch
Add fonts and images to gulp watch
2015-02-11 13:12:38 -06:00
Ben Word
8c8eff1ab2 Add fonts and images to gulp watch 2015-02-11 01:15:27 -06:00
Ben Word
b942809c97 Remove unnecessary forward slash from editor style path 2015-02-11 01:07:04 -06:00
Ben Word
616e613ba2 Merge pull request #1315 from roots/browsersync-tweaks
BrowserSync tweaks
2015-02-11 01:02:47 -06:00
Ben Word
71b753eaca Update BrowserSync whitelist/blacklist
Ref #1298
Ref https://github.com/roots/roots/issues/1298#issuecomment-72854302
Ref https://github.com/BrowserSync/browser-sync/issues/373#issuecomment-72854259
2015-02-11 00:58:56 -06:00
Ben Word
9423042956 Bump BrowserSync version 2015-02-11 00:56:35 -06:00
Ben Word
8d41db496a Merge pull request #1301 from austinpray/fix1286CDN
[8.0.0] reconcile bower dependency versions with CDN url
2015-02-11 00:52:11 -06:00
Ben Word
376cca68dd Update Bootstrap version 2015-02-11 00:51:13 -06:00
Austin Pray
74391a1df5 Merge pull request #1308 from austinpray/reqnpm2
Require the latest version of npm
2015-02-09 14:07:26 -06:00
Austin Pray
268ef21dec Merge pull request #1312 from kalenjohnson/patch-1
Fixing bootstrap-sass overrides
2015-02-09 13:55:02 -06:00
Kalen Johnson
8ba83e6479 Fixing bootstrap-sass overrides 2015-02-09 11:29:04 -08:00
Austin Pray
8c374e2136 Require the latest version of npm
The npm that ships with 0.10 is 1.2.x and it is riddled with
race conditions.
2015-02-05 01:22:06 -06:00
Austin Pray
68e6419aee Merge pull request #1306 from austinpray/bumpab
Bumps asset-builder verison
2015-02-04 07:45:02 -06:00
Austin Pray
c0307c9159 Bumps asset-builder verison
use carrot to get latest minor version as well
ref https://github.com/austinpray/asset-builder/issues/14
2015-02-03 23:45:14 -06:00
Ben Word
9a39dbf072 Merge pull request #1303 from JulienMelissas/browserSync-ignore-admin
Added wp-admin pages to browserSync ignore path.
2015-02-01 10:56:37 -06:00
Julien Melissas
28a8642578 Added wp-admin pages to browserSync ignore path.
Code from https://github.com/roots/roots/issues/1298#issuecomment-72369925
Closes https://github.com/roots/roots/issues/1298
2015-02-01 11:47:12 -05:00
Austin Pray
7b54b36afd Adds get_path method to JsonManifest 2015-01-31 12:08:13 -06:00
Austin Pray
979b99f397 reconcile bower dependency versions with CDN url 2015-01-31 00:33:07 -06:00
Austin Pray
f93a1f2c8c Memoize asset_path function
Previously roots would do a file operation each time asset_path is
called. Now it will only parse the json manifest one time per program
execution.

Extract json reading to class that can be used to read bower.json
2015-01-30 23:25:55 -06:00
Austin Pray
3f7c8459f7 Merge pull request #1294 from austinpray/fixtravis
Fix node-sass and npm cache on travis
2015-01-30 20:26:17 -06:00
Austin Pray
56f850eb23 Fix node-sass and npm cache on travis
`cache: npm` isn't even a valid config anyway

https://stackoverflow.com/questions/15393821/npm-err-cb-never-called/15483897#15483897
https://github.com/sass/node-sass/issues/638
e227568521/lib/build.sh (L183)
2015-01-30 12:10:49 -06:00
Austin Pray
83287a854b Merge pull request #1293 from austinpray/8.0.0
Documents BrowserSync in gulpfile.
2015-01-30 09:13:45 -06:00
Ben Word
0fd9686147 Show outdated browser alert for <IE9 2015-01-29 23:20:07 -06:00
Ben Word
f1628550e7 Merge pull request #1300 from leopuleo/8.0.0
Uniform wp_link_pages between posts and pages
2015-01-29 18:39:40 -06:00
Leonardo Giacone
a465a4dde5 Uniform wp_link_pages between posts and pages
wp_link_pages is both included in posts and pages with the same
structure. Removed Bootstrap class.
2015-01-30 01:27:07 +01:00
Austin Pray
393abd9355 Merge pull request #1296 from austinpray/fixbrowsersync
Fixes browsersync hard refresh
2015-01-29 14:25:42 -06:00
Austin Pray
c3f559b818 Fixes browsersync hard refresh
Whitelists js and css and does not send maps to browsersync.

ref: https://github.com/roots/roots/issues/1287#issuecomment-72085636
ref: http://discourse.roots.io/t/gulpfile-with-browsersync/2834/2
2015-01-29 14:13:58 -06:00
Ben Word
5f7e2cfdcf Merge pull request #1295 from montchr/phpcs-typo-fix
Fix typo in PHPCS ruleset comment
2015-01-29 11:51:58 -06:00
Chris Montgomery
2eaf742c6a fix typo in phpcs ruleset comment
See #1279 for discussion.
2015-01-29 09:01:40 -05:00
Austin Pray
073412312d Documents BrowserSync in gulpfile.
Cleans up capitalization and punctuation.
Cleans up example code formatting
2015-01-29 01:10:54 -06:00
Austin Pray
2ef60f316f Merge pull request #1292 from Tidal-Wave/fix/spelling-errors-in-gulpfile-notes
fix a few errors in notes of gulpfile
2015-01-28 14:46:07 -06:00
Eric Wafford
226f0f9fc7 fix a few errors in notes of gulpfile 2015-01-28 14:42:44 -06:00
Austin Pray
84437f738e Merge pull request #1291 from Tidal-Wave/fix/remove-lodash
remove lodash from gulpfile and package.json
2015-01-28 14:18:28 -06:00
Eric Wafford
805e123a90 remove lodash from gulpfile and package.json 2015-01-28 14:01:02 -06:00
Austin Pray
5175071c41 Update CHANGELOG.md 2015-01-28 11:28:46 -06:00
Austin Pray
28214a8132 Merge pull request #1289 from guix77/8.0.0
browserSync
2015-01-28 11:24:41 -06:00
guix77
ff207dfab9 Merge pull request #1 from austinpray/guix77-8.0.0
Switches from livereload to browsersync
2015-01-28 18:21:03 +01:00
Austin Pray
c85d059239 Switches from livereload to browsersync
Formatting
Removes references to livereload
Removes enqueued livereload client
2015-01-28 09:22:05 -06:00
guix
cf4f58d5cc localhost proxy by default 2015-01-28 07:49:40 +01:00
guix
3735730569 browserSync 2015-01-28 07:40:49 +01:00
Ben Word
594251ae44 Update referenced file name 2015-01-27 16:40:38 -06:00
Ben Word
b8608db3ec minor 2015-01-27 14:12:09 -06:00