]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/log
thirdparty/foundation/foundation-sites.git
9 years agoIssue #7498 Remove !global flag from $grid-column-count 7538/head
Aaron Arney [Mon, 14 Dec 2015 22:26:52 +0000 (17:26 -0500)] 
Issue #7498 Remove !global flag from $grid-column-count

Creating a custom row size using the grid-row mixin was not properly generating the correct CSS. Removing the !global flag from the $grid-column-count in the grid-context mixin seems to correct this.

Tested using following scss. The first list generates a row 17 columns wide, while the second list generates the default 12
ul.one
  @include grid-row(17)
  li
    @include grid-column(1)

ul.two
  li
    @include grid-column(1)

9 years agofixes issue with Slider plugin improperly filling in with two handles. Fixes #7351...
Chris Oyler [Mon, 14 Dec 2015 21:25:15 +0000 (13:25 -0800)] 
fixes issue with Slider plugin improperly filling in with two handles. Fixes #7351 #7311

9 years agoMerge pull request #7521 from Owlbertz/accessibility-docs
Chris Oyler [Mon, 14 Dec 2015 19:33:55 +0000 (11:33 -0800)] 
Merge pull request #7521 from Owlbertz/accessibility-docs

Accessibility docs

9 years agoupdates orbit docs page, adds animation-free example as well as changing default...
Chris Oyler [Mon, 14 Dec 2015 19:17:49 +0000 (11:17 -0800)] 
updates orbit docs page, adds animation-free example as well as changing default motion-ui animation.

9 years agoPrevent FOUC before responsive menu plugin loads, fixes #7252
Geoff Kimball [Mon, 14 Dec 2015 17:47:58 +0000 (09:47 -0800)] 
Prevent FOUC before responsive menu plugin loads, fixes #7252

9 years agoMerge pull request #7175 from imranomari/fix_dropdownmenu_arrows_direction_and_spacing
Geoff Kimball [Mon, 14 Dec 2015 16:32:27 +0000 (08:32 -0800)] 
Merge pull request #7175 from imranomari/fix_dropdownmenu_arrows_direction_and_spacing

fix arrows direction and spacing in dropdown menus, fixes: #7037

9 years agoAdded reference to visibility classes 7521/head
Marius Olbertz [Mon, 14 Dec 2015 09:24:09 +0000 (10:24 +0100)] 
Added reference to visibility classes

9 years agoMentioned `aria-disabled` for links
Marius Olbertz [Sun, 13 Dec 2015 22:37:07 +0000 (23:37 +0100)] 
Mentioned `aria-disabled` for links

9 years agoAdded link to Web AIM color contrast checker
Marius Olbertz [Sun, 13 Dec 2015 21:56:14 +0000 (22:56 +0100)] 
Added link to Web AIM color contrast checker

9 years agoFixed link to Chromevox
Marius Olbertz [Sun, 13 Dec 2015 21:55:44 +0000 (22:55 +0100)] 
Fixed link to Chromevox

9 years agoAdded some words to specify required contrast ratios.
Marius Olbertz [Sun, 13 Dec 2015 21:53:14 +0000 (22:53 +0100)] 
Added some words to specify required contrast ratios.

9 years agoMerge branch 'develop' of https://github.com/zurb/foundation-sites into develop
RafiBomb [Sat, 12 Dec 2015 01:33:02 +0000 (17:33 -0800)] 
Merge branch 'develop' of https://github.com/zurb/foundation-sites into develop

9 years agoremoves callout tint color function
RafiBomb [Sat, 12 Dec 2015 01:32:48 +0000 (17:32 -0800)] 
removes callout tint color function

9 years agofixed the input group radiusissue seen in issue #7448
Tim Hartwick [Sat, 12 Dec 2015 01:19:37 +0000 (17:19 -0800)] 
fixed the input group radiusissue seen in issue #7448

9 years agoMerge pull request #7485 from ocularrhythm/patch-2
Brandon Arnold [Fri, 11 Dec 2015 23:00:38 +0000 (15:00 -0800)] 
Merge pull request #7485 from ocularrhythm/patch-2

Issue #7160 Add styling for disabled attribute button

9 years agoadds variable for callout color closes #7202
Brandon Arnold [Fri, 11 Dec 2015 22:50:00 +0000 (14:50 -0800)] 
adds variable for callout color closes #7202

9 years agofixes issue 7273 off canvas close button
Brandon Arnold [Fri, 11 Dec 2015 22:43:28 +0000 (14:43 -0800)] 
fixes issue 7273 off canvas close button

9 years agoMerge pull request #7469 from ocularrhythm/patch-3
Chris Oyler [Fri, 11 Dec 2015 22:38:12 +0000 (14:38 -0800)] 
Merge pull request #7469 from ocularrhythm/patch-3

Issue #7441 Enable non-list elements in Accordions

9 years agoremoves right margin on buttons as per #7367
Brandon Arnold [Fri, 11 Dec 2015 21:34:14 +0000 (13:34 -0800)] 
removes right margin on buttons as per #7367

9 years agoAdd section to media queries docs explaining 5-to-6 transition #7474
Geoff Kimball [Fri, 11 Dec 2015 21:24:45 +0000 (13:24 -0800)] 
Add section to media queries docs explaining 5-to-6 transition #7474

9 years agoAdd legacy breakpoint variables for Foundation 5 to 6 migration #7474
Geoff Kimball [Fri, 11 Dec 2015 21:21:53 +0000 (13:21 -0800)] 
Add legacy breakpoint variables for Foundation 5 to 6 migration #7474

9 years agoAdd CSS media queries corresponding to small/medium/large breakpoints to docs #7474
Geoff Kimball [Fri, 11 Dec 2015 21:08:59 +0000 (13:08 -0800)] 
Add CSS media queries corresponding to small/medium/large breakpoints to docs #7474

9 years agoExpand on flex grid docs around how importing works
Geoff Kimball [Fri, 11 Dec 2015 20:27:46 +0000 (12:27 -0800)] 
Expand on flex grid docs around how importing works

9 years agoUpdate to Panini 1.1.1
Geoff Kimball [Fri, 11 Dec 2015 20:16:21 +0000 (12:16 -0800)] 
Update to Panini 1.1.1

9 years agoReplace gulp-cached with gulp-newer to prevent Gulp crashes when changing the docs...
Geoff Kimball [Fri, 11 Dec 2015 19:27:13 +0000 (11:27 -0800)] 
Replace gulp-cached with gulp-newer to prevent Gulp crashes when changing the docs layout

9 years agoAdd callout to... callout docs explaining that data-close can be applied to any element
Geoff Kimball [Fri, 11 Dec 2015 17:45:03 +0000 (09:45 -0800)] 
Add callout to... callout docs explaining that data-close can be applied to any element

9 years agoMerge pull request #7389 from gpspake/patch-2
Brandon Arnold [Fri, 11 Dec 2015 17:39:59 +0000 (09:39 -0800)] 
Merge pull request #7389 from gpspake/patch-2

auto width on button inputs in topbar

9 years agoMerge pull request #7295 from IllusionPerdu/develop
Brandon Arnold [Fri, 11 Dec 2015 17:38:14 +0000 (09:38 -0800)] 
Merge pull request #7295 from IllusionPerdu/develop

ADD Map for css in build doc

9 years agoMerge pull request #7494 from vermeirentony/patch-1
Brandon Arnold [Fri, 11 Dec 2015 17:32:23 +0000 (09:32 -0800)] 
Merge pull request #7494 from vermeirentony/patch-1

Update component.html

9 years agoMerge pull request #7486 from ocularrhythm/patch-5
Brandon Arnold [Fri, 11 Dec 2015 17:31:20 +0000 (09:31 -0800)] 
Merge pull request #7486 from ocularrhythm/patch-5

Issue #7381 Use $maincontent-class as selector

9 years agoUpdate component.html 7494/head
vermeirentony [Fri, 11 Dec 2015 11:05:28 +0000 (12:05 +0100)] 
Update component.html

Event names should be lowercase in the documentation to match the plugin events

9 years agoIssue #7381 Use $maincontent-class as selector 7486/head
Aaron Arney [Fri, 11 Dec 2015 04:18:45 +0000 (23:18 -0500)] 
Issue #7381 Use $maincontent-class as selector

The $maincontent-class variable was only used for the off-canvas-reveal sibling rule on line 150.

Original single class selector off-canvas-content was left to prevent breaking existing implementations.

9 years agoAdd link to changelog in docs sidebar
Geoff Kimball [Fri, 11 Dec 2015 01:26:50 +0000 (17:26 -0800)] 
Add link to changelog in docs sidebar

9 years agoIssue #7160 Add styling for disabled attribute button 7485/head
Aaron Arney [Fri, 11 Dec 2015 01:14:34 +0000 (20:14 -0500)] 
Issue #7160 Add styling for disabled attribute button

Add disabled attribute selector to include the disabled styling for buttons.

9 years agoMerge pull request #7456 from ocularrhythm/patch-2
Brandon Arnold [Fri, 11 Dec 2015 00:17:07 +0000 (16:17 -0800)] 
Merge pull request #7456 from ocularrhythm/patch-2

Add note to block grid documentation

9 years agoMerge pull request #7476 from christophercochran/patch-1
Brandon Arnold [Fri, 11 Dec 2015 00:08:41 +0000 (16:08 -0800)] 
Merge pull request #7476 from christophercochran/patch-1

Fix incorrect vertical alignment Sass comment

9 years agoAdd check for optional data-accordion-item 7469/head
Aaron Arney [Thu, 10 Dec 2015 19:53:38 +0000 (14:53 -0500)] 
Add check for optional data-accordion-item

If no list elements are returned initially, this checks for the presence of the data-accordion-item attribute.

9 years agoMerge pull request #7254 from mafrosis/mediaquery-required
Chris Oyler [Thu, 10 Dec 2015 18:34:38 +0000 (10:34 -0800)] 
Merge pull request #7254 from mafrosis/mediaquery-required

Media query utils are required

9 years agoMerge pull request #7466 from evanlask/core-reflow-plugin-init
Chris Oyler [Thu, 10 Dec 2015 18:01:18 +0000 (10:01 -0800)] 
Merge pull request #7466 from evanlask/core-reflow-plugin-init

[Core] Adding Plugins After Page Load Initializes Undesired Plugin On Containing Element

9 years agoMerge pull request #7461 from Renkas/patch-2
Chris Oyler [Thu, 10 Dec 2015 17:59:15 +0000 (09:59 -0800)] 
Merge pull request #7461 from Renkas/patch-2

Slider problem when decimal is 0

9 years agoMerge pull request #7450 from afonsoduarte/magellan-body-height-bug
Chris Oyler [Thu, 10 Dec 2015 17:56:15 +0000 (09:56 -0800)] 
Merge pull request #7450 from afonsoduarte/magellan-body-height-bug

Fixes #7449 [Magellan] Last menu element active on load if body has no margin

9 years agoMerge pull request #7432 from tjhiggins/th_hover_pane
Chris Oyler [Thu, 10 Dec 2015 17:52:07 +0000 (09:52 -0800)] 
Merge pull request #7432 from tjhiggins/th_hover_pane

[Dropdown] Add new dropdown option to persist hover over pane.

9 years agoMerge pull request #7418 from TvrtkoM/accordion-7413
Chris Oyler [Thu, 10 Dec 2015 17:48:47 +0000 (09:48 -0800)] 
Merge pull request #7418 from TvrtkoM/accordion-7413

issue 7413 - animation loop

9 years agoMerge pull request #7416 from Owlbertz/dropdown-keyboard
Chris Oyler [Thu, 10 Dec 2015 17:46:58 +0000 (09:46 -0800)] 
Merge pull request #7416 from Owlbertz/dropdown-keyboard

Fix space interaction with inputs in Dropdowns

9 years agoMerge pull request #7374 from flipnode/plugin-double-dip-patch
Chris Oyler [Thu, 10 Dec 2015 17:40:56 +0000 (09:40 -0800)] 
Merge pull request #7374 from flipnode/plugin-double-dip-patch

Fixed plugin 'double dip' in foundation.reflow.fn

9 years agoMerge pull request #7471 from ocularrhythm/patch-5
Brandon Arnold [Thu, 10 Dec 2015 17:12:36 +0000 (09:12 -0800)] 
Merge pull request #7471 from ocularrhythm/patch-5

Issue #7405 Use hover state variable for tab-title

9 years agoIncorrect vertical alignment Sass comment 7476/head
Christopher Cochran [Thu, 10 Dec 2015 14:44:34 +0000 (09:44 -0500)] 
Incorrect vertical alignment Sass comment

Comment incorrectly labels vertical alignment section in flex grid as horizontal.

9 years agoIssue #7405 Use hover state variable for tab-title 7471/head
Aaron Arney [Thu, 10 Dec 2015 04:21:29 +0000 (23:21 -0500)] 
Issue #7405 Use hover state variable for tab-title

Separate the hover state from focus and aria-selected to make use of the $tab-item-background-hover variable.

9 years agoIssue #7441 Enable non-list elements in Accordions
Aaron Arney [Wed, 9 Dec 2015 22:16:09 +0000 (17:16 -0500)] 
Issue #7441 Enable non-list elements in Accordions

Instead of selecting an `li` element, I set the selector to `accordion-item`. I tested using nested div elements instead of a list and it worked correctly.

9 years agoaddBack(‘*’) will always add the parent element to $elem and then the 7466/head
Evan Lask [Wed, 9 Dec 2015 18:53:59 +0000 (11:53 -0700)] 
addBack(‘*’) will always add the parent element to $elem and then the
first plugin in the list gets initialized upon it (typically abide).

it should be filtered for the plugin that is being initialized

9 years agoAdd documentation for .expanded to grid page
Geoff Kimball [Wed, 9 Dec 2015 17:27:23 +0000 (09:27 -0800)] 
Add documentation for .expanded to grid page

9 years agoSlider problem when decimal is 0 7461/head
Renkas [Wed, 9 Dec 2015 07:07:59 +0000 (09:07 +0200)] 
Slider problem when decimal is 0

Fixes  #7269

We don't need to use value decimal setting for slider ui positioning.

9 years agoMerge pull request #7453 from designerno1/fixDocsDataCloseable
Rafi [Wed, 9 Dec 2015 00:45:09 +0000 (16:45 -0800)] 
Merge pull request #7453 from designerno1/fixDocsDataCloseable

Fixes [Callout] data-closable not working #7260

9 years agoUpdate grid.md 7456/head
Aaron Arney [Tue, 8 Dec 2015 22:53:22 +0000 (17:53 -0500)] 
Update grid.md

Add note to block grid documentation pointing out that Foundation defaults to a maximum of six columns.

9 years agoFix nested column rows being misaligned, fixes #7365
Geoff Kimball [Tue, 8 Dec 2015 18:50:30 +0000 (10:50 -0800)] 
Fix nested column rows being misaligned, fixes #7365

9 years agoFixes [Callout] data-closable not working #7260 7453/head
jk [Tue, 8 Dec 2015 18:44:41 +0000 (19:44 +0100)] 
Fixes [Callout] data-closable not working #7260

9 years agoMerge pull request #7429 from annamalai-saro/patch-1
Geoff Kimball [Tue, 8 Dec 2015 18:24:49 +0000 (10:24 -0800)] 
Merge pull request #7429 from annamalai-saro/patch-1

Removed duplicate $global-margin

9 years agoMerge pull request #7438 from Owlbertz/favicon
Geoff Kimball [Tue, 8 Dec 2015 18:20:40 +0000 (10:20 -0800)] 
Merge pull request #7438 from Owlbertz/favicon

Added the favicon

9 years agoMerge pull request #7415 from Owlbertz/reveal-ios
Geoff Kimball [Tue, 8 Dec 2015 18:20:00 +0000 (10:20 -0800)] 
Merge pull request #7415 from Owlbertz/reveal-ios

Fixed issue with Reveal modal being rendered below the backdrop on iOS

9 years agoMerge pull request #7411 from muhammetm/patch-1
Geoff Kimball [Tue, 8 Dec 2015 18:19:15 +0000 (10:19 -0800)] 
Merge pull request #7411 from muhammetm/patch-1

Update grid.md

9 years agoFixes #7449 [Magellan] Last menu element active on load if body has no margin 7450/head
Afonso Duarte [Tue, 8 Dec 2015 13:53:15 +0000 (13:53 +0000)] 
Fixes #7449 [Magellan] Last menu element active on load if body has no margin

Uses document.documentElement.clientHeight to calculate viewport height instead of document.body.clientHeight. See http://jsfiddle.net/tzdcx/1/ for differences between the two.

9 years ago#7413 - refactor toggle 7418/head
Tvrtko [Mon, 7 Dec 2015 22:18:10 +0000 (23:18 +0100)] 
#7413 - refactor toggle

9 years agoMerge branch 'master' into develop
Geoff Kimball [Mon, 7 Dec 2015 20:59:25 +0000 (12:59 -0800)] 
Merge branch 'master' into develop

9 years agoAdd CDN links to documentation
Geoff Kimball [Mon, 7 Dec 2015 18:22:03 +0000 (10:22 -0800)] 
Add CDN links to documentation

9 years agoAdded a favicon 7438/head
Marius Olbertz [Mon, 7 Dec 2015 17:57:25 +0000 (18:57 +0100)] 
Added a favicon

9 years agoAdd new dropdown option to persist hover over pane. 7432/head
thiggins [Mon, 7 Dec 2015 16:13:57 +0000 (16:13 +0000)] 
Add new dropdown option to persist hover over pane.
This reimplements old v5 default functionality.

9 years agoUpdate _settings.scss 7429/head
Annamalai [Mon, 7 Dec 2015 13:15:34 +0000 (18:45 +0530)] 
Update _settings.scss

9 years agofixes #7413 - check if target is animating then run animation for toggle
Tvrtko [Sun, 6 Dec 2015 00:39:11 +0000 (01:39 +0100)] 
fixes #7413 - check if target is animating then run animation for toggle

9 years agoref #7413 - use timeout to prevent repeated animation on fast toggling
Tvrtko [Sun, 6 Dec 2015 00:00:57 +0000 (01:00 +0100)] 
ref #7413 - use timeout to prevent repeated animation on fast toggling

9 years agoRemoved logging 7416/head
Marius Olbertz [Sat, 5 Dec 2015 19:24:30 +0000 (20:24 +0100)] 
Removed logging

9 years agoFixed space key causing the page to scroll when clicked within an input in a Dropdown
Marius Olbertz [Sat, 5 Dec 2015 19:15:11 +0000 (20:15 +0100)] 
Fixed space key causing the page to scroll when clicked within an input in a Dropdown

9 years agoFixed issue with Reveal modal being rendered below the backdrop on iOS 7415/head
Marius Olbertz [Sat, 5 Dec 2015 19:06:07 +0000 (20:06 +0100)] 
Fixed issue with Reveal modal being rendered below the backdrop on iOS

9 years agoUpdate grid.md 7411/head
muhammetm [Sat, 5 Dec 2015 12:00:35 +0000 (14:00 +0200)] 
Update grid.md

It should be "large-uncenter" instead of "large-uncentered".

9 years agouse get-side function instead of nth to calculate top of dropdown arrow 7175/head
Imran Omari [Sat, 5 Dec 2015 02:28:12 +0000 (02:28 +0000)] 
use get-side function instead of nth to calculate top of dropdown arrow

9 years agoAdd version number and poster comment to the top of the compiled CSS file, closes...
Geoff Kimball [Fri, 4 Dec 2015 22:51:37 +0000 (14:51 -0800)] 
Add version number and poster comment to the top of the compiled CSS file, closes #7388

9 years agoInsert Normalize.css as part of global styles, closes #7159
Geoff Kimball [Fri, 4 Dec 2015 22:48:50 +0000 (14:48 -0800)] 
Insert Normalize.css as part of global styles, closes #7159

9 years agoMove CSS declaration that wasn't inside the Reveal export mixin
Geoff Kimball [Fri, 4 Dec 2015 22:48:25 +0000 (14:48 -0800)] 
Move CSS declaration that wasn't inside the Reveal export mixin

9 years agoFix ampersand in media object Sass sneaking into CSS output
Geoff Kimball [Fri, 4 Dec 2015 22:41:26 +0000 (14:41 -0800)] 
Fix ampersand in media object Sass sneaking into CSS output

9 years agoAdd dot files and settings file to ignored files for Bower/npm packages, closes ...
Geoff Kimball [Fri, 4 Dec 2015 22:36:53 +0000 (14:36 -0800)] 
Add dot files and settings file to ignored files for Bower/npm packages, closes #7385

9 years agoOn top bar, use color variables instead of hex values, and fix links inside top bar...
Geoff Kimball [Fri, 4 Dec 2015 21:53:03 +0000 (13:53 -0800)] 
On top bar, use color variables instead of hex values, and fix links inside top bar being white, fixes #7399

9 years agoauto width on button inputs in topbar 7389/head
George Spake [Fri, 4 Dec 2015 02:08:06 +0000 (20:08 -0600)] 
auto width on button inputs in topbar

Inputs in the topbar use the fixed $topbar-input-width and are 200px wide by default.
That applies to button inputs as well which is probably not desirable for a search submit button, for instance.
This just excludes inputs with the button class from that rule.

9 years agoRemove duplicate $global-margin variable... again? Definitely fixes #7197
Geoff Kimball [Fri, 4 Dec 2015 00:36:17 +0000 (16:36 -0800)] 
Remove duplicate $global-margin variable... again? Definitely fixes #7197

9 years agoFixed plugin 'double dip' in foundation.reflow.fn 7374/head
Phil Musser [Thu, 3 Dec 2015 17:51:29 +0000 (10:51 -0700)] 
Fixed plugin 'double dip' in foundation.reflow.fn

Checking for “double dip” on plugins should use the jQuery ‘data’
instead of ‘attr’ since ‘zf-plugin’ is set as a jQuery data key when
the instance of the plugin on the element is created.

9 years agoMerge branch 'develop' of https://github.com/zurb/foundation-sites into develop
zurbchris [Thu, 3 Dec 2015 17:50:48 +0000 (09:50 -0800)] 
Merge branch 'develop' of https://github.com/zurb/foundation-sites into develop

9 years agofixes issue where reveal would double up on overlays on reflow
zurbchris [Thu, 3 Dec 2015 17:50:40 +0000 (09:50 -0800)] 
fixes issue where reveal would double up on overlays on reflow

9 years agoMerge pull request #7360 from AgentPL/patch-1
Chris Oyler [Thu, 3 Dec 2015 17:23:43 +0000 (09:23 -0800)] 
Merge pull request #7360 from AgentPL/patch-1

Make custom drilldown backButton markup working

9 years agoadds try/catch/finally block to foundation.reflow fn, fixes #7356
zurbchris [Thu, 3 Dec 2015 07:02:17 +0000 (23:02 -0800)] 
adds try/catch/finally block to foundation.reflow fn, fixes #7356

9 years agoupdates dist version of foundation.js
zurbchris [Thu, 3 Dec 2015 06:22:54 +0000 (22:22 -0800)] 
updates dist version of foundation.js

9 years agofixes issue where toggler was double dipping on event listeners, thus not working...
zurbchris [Thu, 3 Dec 2015 06:15:19 +0000 (22:15 -0800)] 
fixes issue where toggler was double dipping on event listeners, thus not working, also cleaned up a few lines of code that were not needed

9 years agoMerge branch 'develop' of https://github.com/zurb/foundation-sites into develop
zurbchris [Thu, 3 Dec 2015 06:14:09 +0000 (22:14 -0800)] 
Merge branch 'develop' of https://github.com/zurb/foundation-sites into develop

9 years agoFixes issue where plugins data attributes were being overwritten on init, preventing...
zurbchris [Thu, 3 Dec 2015 06:14:02 +0000 (22:14 -0800)] 
Fixes issue where plugins data attributes were being overwritten on init, preventing actions, specifically toggler

9 years agoMake custom drilldown backButton markup working 7360/head
AgentPL [Thu, 3 Dec 2015 04:28:50 +0000 (05:28 +0100)] 
Make custom drilldown backButton markup working

The drilldown back event currently works only with the default markup. The reason is it's currently triggered only when a custom markup doesn't exist. Fix by detaching _this._back($menu) from the existing condition.

9 years agoFix top bar text alignment issues in docs
Geoff Kimball [Wed, 2 Dec 2015 23:38:14 +0000 (15:38 -0800)] 
Fix top bar text alignment issues in docs

9 years agoUpdates meteor package files after publish to 6.0.5
zurbchris [Wed, 2 Dec 2015 23:30:10 +0000 (15:30 -0800)] 
Updates meteor package files after publish to 6.0.5

9 years agoBump to version 6.0.5 v6.0.5
Geoff Kimball [Wed, 2 Dec 2015 23:26:32 +0000 (15:26 -0800)] 
Bump to version 6.0.5

9 years agoFix gitty instance used in deploy process not initializing
Geoff Kimball [Wed, 2 Dec 2015 23:22:28 +0000 (15:22 -0800)] 
Fix gitty instance used in deploy process not initializing

9 years agoFix Gulp deploy:commit task not running due to variable typo
Geoff Kimball [Wed, 2 Dec 2015 23:15:53 +0000 (15:15 -0800)] 
Fix Gulp deploy:commit task not running due to variable typo

9 years agoIn deploy process, split version number prompt and replace into two Gulp tasks
Geoff Kimball [Wed, 2 Dec 2015 23:14:42 +0000 (15:14 -0800)] 
In deploy process, split version number prompt and replace into two Gulp tasks

9 years agoRefine file handling in Gulp version bump task
Geoff Kimball [Wed, 2 Dec 2015 23:06:39 +0000 (15:06 -0800)] 
Refine file handling in Gulp version bump task

9 years agoChange example text for small headers in docs
Geoff Kimball [Wed, 2 Dec 2015 23:05:18 +0000 (15:05 -0800)] 
Change example text for small headers in docs