]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/log
thirdparty/foundation/foundation-sites.git
11 years agoremoving excess line break 4877/head
Brent Smyth [Wed, 2 Apr 2014 22:06:41 +0000 (18:06 -0400)] 
removing excess line break

11 years agoadding the proper node package
Brent Smyth [Wed, 2 Apr 2014 16:19:05 +0000 (12:19 -0400)] 
adding the proper node package

11 years agoadding basic static server option to gruntfile
Brent Smyth [Wed, 2 Apr 2014 16:06:18 +0000 (12:06 -0400)] 
adding basic static server option to gruntfile

11 years agoMerge branch 'master' of github.com:zurb/foundation
Eric Morris [Tue, 1 Apr 2014 21:24:11 +0000 (14:24 -0700)] 
Merge branch 'master' of github.com:zurb/foundation

11 years agoRemove experimental _xy-center.scss
Eric Morris [Tue, 1 Apr 2014 21:23:32 +0000 (14:23 -0700)] 
Remove experimental _xy-center.scss

11 years agoAdds the error_labels value for Abide to the JS data options example
Jonathan Smiley [Tue, 1 Apr 2014 20:41:52 +0000 (13:41 -0700)] 
Adds the error_labels value for Abide to the JS data options example

11 years agoMerge pull request #4866 from karland/Patch-2
Eric Morris [Tue, 1 Apr 2014 18:46:50 +0000 (11:46 -0700)] 
Merge pull request #4866 from karland/Patch-2

Fix: topbar title h1 disappers behind menu item.

11 years agoFix parentheses typo in slider that caused problems with the initial setting
Eric Morris [Mon, 31 Mar 2014 23:48:19 +0000 (16:48 -0700)] 
Fix parentheses typo in slider that caused problems with the initial setting

11 years agoFix: topbar title h1 disappers behind menu item. 4866/head
karland [Tue, 1 Apr 2014 15:48:13 +0000 (17:48 +0200)] 
Fix: topbar title h1 disappers behind menu item.

This is only a small issue and I am not sure whether it really matters
in a really live context. When pulling the browser window smaller, the
title disappears behind the Menu item. This can be remedied by giving
the title a little more space. There is still sufficient space for the
Menu item.

11 years agoMerge pull request #4861 from LaunchEngine/master
Eric Morris [Mon, 31 Mar 2014 23:50:54 +0000 (16:50 -0700)] 
Merge pull request #4861 from LaunchEngine/master

Add support for non-form elements and support per-element configuration settings

11 years agoProperly account for offset from a non-zero start value
Eric Morris [Mon, 31 Mar 2014 23:23:45 +0000 (16:23 -0700)] 
Properly account for offset from a non-zero start value

11 years agoAllow for decimals in Abide `number` pattern 4861/head
Simon Wade [Thu, 27 Mar 2014 10:56:42 +0000 (21:56 +1100)] 
Allow for decimals in Abide `number` pattern

11 years agoAdd support for non-form elements by selecting `.closest('[data-abide]')`
Simon Wade [Thu, 27 Mar 2014 06:02:24 +0000 (17:02 +1100)] 
Add support for non-form elements by selecting `.closest('[data-abide]')`
Fix cases where this.settings is used when `.data('abide-init')` should be used to support per-element configuration

11 years agoMerge branch 'fix-slider-initial-value' of github.com:lukaszwilk/foundation into...
Eric Morris [Mon, 31 Mar 2014 23:03:35 +0000 (16:03 -0700)] 
Merge branch 'fix-slider-initial-value' of github.com:lukaszwilk/foundation into slider

11 years agoMerge pull request #4821 from oller/master
Rafi [Mon, 31 Mar 2014 22:57:25 +0000 (15:57 -0700)] 
Merge pull request #4821 from oller/master

Adding support for `is_hover` to Tabs

11 years agoMerge pull request #4808 from itsthatguy/master
Eric Morris [Mon, 31 Mar 2014 22:15:12 +0000 (15:15 -0700)] 
Merge pull request #4808 from itsthatguy/master

change nth-child to nth-of-type for block grid

11 years agoMerge pull request #4855 from oller/block-grid-xl-xxl
Eric Morris [Mon, 31 Mar 2014 22:14:33 +0000 (15:14 -0700)] 
Merge pull request #4855 from oller/block-grid-xl-xxl

Adding block-grid support for xl and xxl media queries

11 years agoMerge pull request #4851 from blueyed/timer-show-progress-bar-opt
Eric Morris [Mon, 31 Mar 2014 22:11:46 +0000 (15:11 -0700)] 
Merge pull request #4851 from blueyed/timer-show-progress-bar-opt

Orbit: skip expensive progress computation (if disabled)

11 years agoMerge pull request #4764 from tmugford/feature/editorconfig
Eric Morris [Mon, 31 Mar 2014 22:10:26 +0000 (15:10 -0700)] 
Merge pull request #4764 from tmugford/feature/editorconfig

Added .editorconfig (http://editorconfig.org/)

11 years agoMerge pull request #4846 from alettieri/fix-namespace
Eric Morris [Mon, 31 Mar 2014 22:10:02 +0000 (15:10 -0700)] 
Merge pull request #4846 from alettieri/fix-namespace

Adjust set_namespace to default to using meta if undefined.

11 years agoMerge pull request #4848 from marclarr/patch-1
Eric Morris [Mon, 31 Mar 2014 22:01:40 +0000 (15:01 -0700)] 
Merge pull request #4848 from marclarr/patch-1

More Complete Box-Sizing

11 years agoReturn jQuery object instead of DOM node.
Eric Morris [Mon, 31 Mar 2014 22:00:09 +0000 (15:00 -0700)] 
Return jQuery object instead of DOM node.

Change suggested by @alettieri.

11 years agoMerge pull request #4844 from NikhilKalige/range-slider-docs-fix
Eric Morris [Mon, 31 Mar 2014 17:13:24 +0000 (10:13 -0700)] 
Merge pull request #4844 from NikhilKalige/range-slider-docs-fix

Range slider doc fix

11 years agoAdding block-grid support for xl and xxl viewports 4855/head
David Ollerhead [Mon, 31 Mar 2014 13:59:33 +0000 (14:59 +0100)] 
Adding block-grid support for xl and xxl viewports

11 years agoOrbit: skip expensive progress computation (if disabled) 4851/head
Daniel Hahler [Sun, 30 Mar 2014 19:36:49 +0000 (21:36 +0200)] 
Orbit: skip expensive progress computation (if disabled)

This adds the timer_show_progress_bar data option/setting, which skips
creation of the progress element.
Additionally the $orbit-timer-show-progress-bar SASS setting will
generate `display:none` for .orbit-progress.

If the progress element is not visisble (`display:none`) or does not
exist, the progress handling gets skipped.

This avoids the quite expensive animations, which are not visible
anyway, and saves us a lot of CPU cycles.

Fixes https://github.com/zurb/foundation/issues/4283

11 years agoMore Complete Box-Sizing 4848/head
marclarr [Sun, 30 Mar 2014 03:17:22 +0000 (20:17 -0700)] 
More Complete Box-Sizing

Firefox is currently at version 29 according to http://caniuse.com/#search=box-sizing and still uses the -moz- prefix. It'd be nice to have a little support for that browser until a later time. It took me quiet some time figuring out why my grid rows didn't work. I'm not sure which mobile versions are supported by Foundation so I included the -webkit- prefix too.

11 years agoAdjust set_namespace to default to using meta if undefined. Otherwise, can be set... 4846/head
alettieri [Sat, 29 Mar 2014 20:51:46 +0000 (13:51 -0700)] 
Adjust set_namespace to default to using meta if undefined. Otherwise, can be set to namespace string, empty string or false

11 years agoRange slider doc fix 4844/head
Lonewolf [Sat, 29 Mar 2014 10:29:52 +0000 (15:59 +0530)] 
Range slider doc fix

11 years agoMerge pull request #4835 from NikhilKalige/abide-alphanumeric-doc-update
Rafi [Fri, 28 Mar 2014 23:44:15 +0000 (16:44 -0700)] 
Merge pull request #4835 from NikhilKalige/abide-alphanumeric-doc-update

Abide docs alphanumeric pattern example fix

11 years agoMerge pull request #4818 from LaunchEngine/abide-decimals
Rafi [Fri, 28 Mar 2014 23:38:18 +0000 (16:38 -0700)] 
Merge pull request #4818 from LaunchEngine/abide-decimals

Allow for decimals in Abide `number` pattern

11 years agoCorrecting Progress Bar Typo 4821/head
David Ollerhead [Fri, 28 Mar 2014 16:37:46 +0000 (16:37 +0000)] 
Correcting Progress Bar Typo

11 years agoMerge pull request #4837 from NikhilKalige/accordion-docs-update
Eric Morris [Fri, 28 Mar 2014 15:11:21 +0000 (08:11 -0700)] 
Merge pull request #4837 from NikhilKalige/accordion-docs-update

Accordion docs update

11 years agoFix slider support for floating point initial value 4839/head
Łukasz Wilk [Fri, 28 Mar 2014 12:48:23 +0000 (13:48 +0100)] 
Fix slider support for floating point initial value

11 years agoUpdated sass variables 4837/head
Lonewolf [Fri, 28 Mar 2014 06:02:36 +0000 (11:32 +0530)] 
Updated sass variables
Created new page for javascript variables

11 years agoDocs alphanumeric pattern example fix 4835/head
Lonewolf [Fri, 28 Mar 2014 05:36:44 +0000 (11:06 +0530)] 
Docs alphanumeric pattern example fix

11 years agoFix offcanvas nav on docs site
Eric Morris [Fri, 28 Mar 2014 05:28:00 +0000 (22:28 -0700)] 
Fix offcanvas nav on docs site

11 years agoRestore functionality to offcanvas
Eric Morris [Fri, 28 Mar 2014 05:21:37 +0000 (22:21 -0700)] 
Restore functionality to offcanvas

11 years agoFix custom pattern recognition for Abide (double-wrap)
Eric Morris [Fri, 28 Mar 2014 05:03:16 +0000 (22:03 -0700)] 
Fix custom pattern recognition for Abide (double-wrap)

11 years agoFix stupid dependency error to get the build working again
Eric Morris [Fri, 28 Mar 2014 05:02:31 +0000 (22:02 -0700)] 
Fix stupid dependency error to get the build working again

11 years agoMerge pull request #4768 from kevinwake/package
Eric Morris [Fri, 28 Mar 2014 04:18:22 +0000 (21:18 -0700)] 
Merge pull request #4768 from kevinwake/package

Update devDependencies in package.json

11 years agoMerge pull request #4828 from diegojesusdw/master
Eric Morris [Fri, 28 Mar 2014 04:17:44 +0000 (21:17 -0700)] 
Merge pull request #4828 from diegojesusdw/master

Update _settings.scss

11 years agoMerge pull request #4819 from NikhilKalige/abide-docs-update
Rafi [Fri, 28 Mar 2014 00:06:49 +0000 (17:06 -0700)] 
Merge pull request #4819 from NikhilKalige/abide-docs-update

Removed password pattern from abide docs

11 years agoMerge pull request #4810 from NikhilKalige/abide-pattern-html5-compatible
Rafi [Fri, 28 Mar 2014 00:00:14 +0000 (17:00 -0700)] 
Merge pull request #4810 from NikhilKalige/abide-pattern-html5-compatible

Abide pattern HTML5 compatible

11 years agoMerge pull request #4826 from mathieulavigne/patch-1
Rafi [Thu, 27 Mar 2014 23:45:34 +0000 (16:45 -0700)] 
Merge pull request #4826 from mathieulavigne/patch-1

Update _settings.scss

11 years agoMerge pull request #4812 from joeworkman/orbit-patch
Rafi [Thu, 27 Mar 2014 20:59:14 +0000 (13:59 -0700)] 
Merge pull request #4812 from joeworkman/orbit-patch

More Orbit bug fixes

11 years agoUpdate _settings.scss 4828/head
Diego Jesús [Thu, 27 Mar 2014 20:28:17 +0000 (21:28 +0100)] 
Update _settings.scss

Add $include-html-off-canvas-classes

11 years agoUpdate _settings.scss 4826/head
mathieulavigne [Thu, 27 Mar 2014 19:35:08 +0000 (15:35 -0400)] 
Update _settings.scss

Unexpected space in rgba value.

11 years agoMerge pull request #4817 from kalt/patch-1
Rafi [Thu, 27 Mar 2014 19:05:29 +0000 (12:05 -0700)] 
Merge pull request #4817 from kalt/patch-1

Add -webkit-appearance reset for submit input

11 years agoMoving event objects into if block
David Ollerhead [Thu, 27 Mar 2014 15:26:19 +0000 (15:26 +0000)] 
Moving event objects into if block

11 years agoAdding annotations back in
David Ollerhead [Thu, 27 Mar 2014 15:09:52 +0000 (15:09 +0000)] 
Adding annotations back in

11 years agoAdding support for is_hover to Tabs
David Ollerhead [Thu, 27 Mar 2014 15:08:41 +0000 (15:08 +0000)] 
Adding support for is_hover to Tabs

Adding is_hover support for tabs.  Handy for building megamenus whilst
using existing tab functionality.

11 years agoRemoved password pattern 4819/head
Lonewolf [Thu, 27 Mar 2014 12:00:02 +0000 (17:30 +0530)] 
Removed password pattern

11 years agoAllow for decimals in Abide `number` pattern 4818/head
Simon Wade [Thu, 27 Mar 2014 10:56:42 +0000 (21:56 +1100)] 
Allow for decimals in Abide `number` pattern

11 years agoAdd -webkit-appearance reset for submit input 4817/head
Pierre-Emmanuel Fringant [Thu, 27 Mar 2014 10:23:28 +0000 (11:23 +0100)] 
Add -webkit-appearance reset for submit input

This reset was present on previous versions of Foundation but missing on 5.2.1

11 years agoOrbit elements hide for small 4812/head
Joe Workman [Thu, 27 Mar 2014 02:10:34 +0000 (19:10 -0700)] 
Orbit elements hide for small

3 new variables to control if various elements will be shown on mobile.

$orbit-nav-hide-for-small: true;
$orbit-bullet-hide-for-small: true;
$orbit-timer-hide-for-small: true;

11 years agoFixed JS error with Circular set to false
Joe Workman [Thu, 27 Mar 2014 01:51:36 +0000 (18:51 -0700)] 
Fixed JS error with Circular set to false

11 years agoFixed paused button color
Joe Workman [Thu, 27 Mar 2014 01:02:13 +0000 (18:02 -0700)] 
Fixed paused button color

11 years agoI had to bring back the vendor prefixes. The slide animation did not work at all...
Joe Workman [Thu, 27 Mar 2014 00:55:38 +0000 (17:55 -0700)] 
I had to bring back the vendor prefixes. The slide animation did not work at all without them.

11 years agoAlways add animation name to the slide container
Joe Workman [Wed, 26 Mar 2014 23:24:51 +0000 (16:24 -0700)] 
Always add animation name to the slide container

This just adds more consistency. Now we can target slide animations better in CSS now as well.

11 years agoAdding EOL and BOL markers for patterns 4810/head
Lonewolf [Wed, 26 Mar 2014 21:49:18 +0000 (03:19 +0530)] 
Adding EOL and BOL markers for patterns

11 years agochange nth-child to nth-of-type for block grid 4808/head
Kevin Altman [Wed, 26 Mar 2014 21:53:15 +0000 (17:53 -0400)] 
change nth-child to nth-of-type for block grid

When using foundation and emberjs, the added script tags that are placed inside the ul cause layout issues when using nth-child.

11 years agoFade opacity 0 fix
Joe Workman [Wed, 26 Mar 2014 21:25:36 +0000 (14:25 -0700)] 
Fade opacity 0 fix

Change to opacity zero so we don't have ghost images

11 years agoMerge pull request #4807 from stefanjudis/master
Rafi [Wed, 26 Mar 2014 21:07:39 +0000 (14:07 -0700)] 
Merge pull request #4807 from stefanjudis/master

fixed off canvas overflow behavior on android devices - fixes #4787

11 years agofixed off canvas overflow behavior on android devices - fixes #4787 4807/head
Stefan Judis [Wed, 26 Mar 2014 20:56:20 +0000 (21:56 +0100)] 
fixed off canvas overflow behavior on android devices - fixes #4787

11 years agoMerge pull request #4796 from joeworkman/orbit-patch
Rafi [Wed, 26 Mar 2014 20:48:08 +0000 (13:48 -0700)] 
Merge pull request #4796 from joeworkman/orbit-patch

Orbit - Bug fixes

11 years agoMerge pull request #4806 from NikhilKalige/abide-pos-neg-pattern
Rafi [Wed, 26 Mar 2014 20:29:22 +0000 (13:29 -0700)] 
Merge pull request #4806 from NikhilKalige/abide-pos-neg-pattern

Abide +/- sign for number and integers regex

11 years agoAbility to use positive and negaitve sign for number regex 4806/head
Lonewolf [Wed, 26 Mar 2014 18:47:40 +0000 (00:17 +0530)] 
Ability to use positive and negaitve sign for number regex

11 years agoAbility to use positive and negaitve sign for integer regex
Lonewolf [Wed, 26 Mar 2014 18:45:35 +0000 (00:15 +0530)] 
Ability to use positive and negaitve sign for integer regex

11 years agoPreloader class setting 4796/head
Joe Workman [Wed, 26 Mar 2014 18:20:06 +0000 (11:20 -0700)] 
Preloader class setting

Since this is a variable in SCSS, it should be here as well.

11 years agoMove preloader styles inside wrapper
Joe Workman [Wed, 26 Mar 2014 18:12:22 +0000 (11:12 -0700)] 
Move preloader styles inside wrapper

I did this so that the preloader styles are only applied to the styles inside the slideshow-wrapper. preloader is a pretty generic class so we don't want to step on any toes even though  you can customize the class name.

11 years agoFixed bullet styles when slideshow wrapper is used
Joe Workman [Wed, 26 Mar 2014 18:09:10 +0000 (11:09 -0700)] 
Fixed bullet styles when slideshow wrapper is used

When you use the slideshow-wrapper, then its styles override the bullet styles and make them display:block. I simply moved the bullet styles to be nested inside the orbit-container.

11 years agoStack on Small now works with Fade
Joe Workman [Wed, 26 Mar 2014 16:52:08 +0000 (09:52 -0700)] 
Stack on Small now works with Fade

In the JS, I add the stack_on_small class first. This way if the visitor is on mobile, the display:none style gets applied to all the other elements like bullets before they are even created.

In the SCSS, I force the opacity to be 1 and disable the css animations.

11 years agoUpdate devDependencies in package.json 4768/head
Kevin Wake [Sun, 23 Mar 2014 13:52:44 +0000 (14:52 +0100)] 
Update devDependencies in package.json

11 years agoAdded settings to control fade animation speed
Joe Workman [Wed, 26 Mar 2014 01:27:30 +0000 (18:27 -0700)] 
Added settings to control fade animation speed

New SCSS variables to control the animation speed for the new fade CSS transition.

11 years agoMerge pull request #4770 from NikhilKalige/adibe_radio_multiform_fix
Eric Morris [Tue, 25 Mar 2014 22:18:47 +0000 (15:18 -0700)] 
Merge pull request #4770 from NikhilKalige/adibe_radio_multiform_fix

Abide select radio based on form rather than document

11 years agoMerge pull request #4767 from kevinwake/bower
Eric Morris [Tue, 25 Mar 2014 21:52:22 +0000 (14:52 -0700)] 
Merge pull request #4767 from kevinwake/bower

Update bower packages versions

11 years agoMerge pull request #4795 from joeworkman/orbit-patch
Eric Morris [Tue, 25 Mar 2014 21:45:49 +0000 (14:45 -0700)] 
Merge pull request #4795 from joeworkman/orbit-patch

Fixed Orbit height issues

11 years agoFixed Orbit height issues 4795/head
Joe Workman [Tue, 25 Mar 2014 21:41:44 +0000 (14:41 -0700)] 
Fixed Orbit height issues

This solves problems with instances of Orbit that do not have direct image children.

compute_dimensions is now also called on window.load() since this event get triggered after all assets on the page have been loaded.

I changed the children() search to use find(). We cannot always guarantee that there will be direct image children. So find will find all of the child images. I know that children() is faster than find() but we are talking about micro seconds here. I think that the added functionality is worth it.

Also the children are stored in a variable. This way find() is only called once and not twice like children() was.

11 years agoMerge pull request #4776 from tmugford/feature/form-error-text-transform
Eric Morris [Tue, 25 Mar 2014 21:39:56 +0000 (14:39 -0700)] 
Merge pull request #4776 from tmugford/feature/form-error-text-transform

Fixes #4769. Added a variable to control text-transform of small in form labels

11 years agoChanges a component of the button mixin to calculate border-color rather than calcula...
Jonathan Smiley [Tue, 25 Mar 2014 18:24:23 +0000 (11:24 -0700)] 
Changes a component of the button mixin to calculate border-color rather than calculate once from the default

11 years agoMerge pull request #4789 from shortspider/Minor-Cleanup
Eric Morris [Tue, 25 Mar 2014 18:11:11 +0000 (11:11 -0700)] 
Merge pull request #4789 from shortspider/Minor-Cleanup

Minor cleanup

11 years agoRemoves a filthy !important from the grid. That was dumb.
Jonathan Smiley [Tue, 25 Mar 2014 18:00:27 +0000 (11:00 -0700)] 
Removes a filthy !important from the grid. That was dumb.

11 years agoMerge pull request #4792 from iamalexkempton/patch-1
Rafi [Tue, 25 Mar 2014 17:50:21 +0000 (10:50 -0700)] 
Merge pull request #4792 from iamalexkempton/patch-1

Change 'document' to 'window' in code example

11 years agoChange 'document' to 'window' in code example 4792/head
iamalexkempton [Tue, 25 Mar 2014 16:32:33 +0000 (16:32 +0000)] 
Change 'document' to 'window' in code example

The current code example of binding a resize event to 'document' does not actually work. Binding the  event to 'window' does. :)

11 years agoUse local variable. 4789/head
shortspider [Tue, 25 Mar 2014 15:12:12 +0000 (11:12 -0400)] 
Use local variable.

11 years agoRemoved unused variables.
shortspider [Tue, 25 Mar 2014 15:11:43 +0000 (11:11 -0400)] 
Removed unused variables.

11 years agoAdded new keyword for constructor.
shortspider [Tue, 25 Mar 2014 15:10:42 +0000 (11:10 -0400)] 
Added new keyword for constructor.

11 years agoReplaced comma with semicolon.
shortspider [Tue, 25 Mar 2014 15:10:24 +0000 (11:10 -0400)] 
Replaced comma with semicolon.

11 years agoRemoved unnessissary radax parameter.
shortspider [Tue, 25 Mar 2014 15:10:01 +0000 (11:10 -0400)] 
Removed unnessissary radax parameter.

11 years agoRestore missing mixin
Eric Morris [Mon, 24 Mar 2014 23:50:09 +0000 (16:50 -0700)] 
Restore missing mixin

11 years agoAdditional reversions to fully remove autoprefixer and make the build work
Eric Morris [Mon, 24 Mar 2014 22:41:13 +0000 (15:41 -0700)] 
Additional reversions to fully remove autoprefixer and make the build work

11 years agoRevert "Added grunt-autoprefixer and grunt-contrib-cssmin tasks."
Eric Morris [Mon, 24 Mar 2014 22:08:01 +0000 (15:08 -0700)] 
Revert "Added grunt-autoprefixer and grunt-contrib-cssmin tasks."

This reverts commit df409629290167201a48c33ab52badf91bf4aff0.

Conflicts:
Gruntfile.js

11 years agoFixes #4769. Added a variable to control text-transform of small in form labels. 4776/head
Tristan Mugford [Mon, 24 Mar 2014 12:03:58 +0000 (12:03 +0000)] 
Fixes #4769. Added a variable to control text-transform of small in form labels.

11 years agoMerge pull request #4761 from NikhilKalige/slider_callback_fix
Eric Morris [Mon, 24 Mar 2014 02:35:27 +0000 (19:35 -0700)] 
Merge pull request #4761 from NikhilKalige/slider_callback_fix

Slider callback fix

11 years agoMerge pull request #4759 from NikhilKalige/sliders_javascript_docs
Eric Morris [Mon, 24 Mar 2014 02:34:51 +0000 (19:34 -0700)] 
Merge pull request #4759 from NikhilKalige/sliders_javascript_docs

Sliders js options added

11 years agoMerge pull request #4760 from NikhilKalige/sliders_kitchen_sink
Eric Morris [Mon, 24 Mar 2014 02:34:22 +0000 (19:34 -0700)] 
Merge pull request #4760 from NikhilKalige/sliders_kitchen_sink

Sliders kitchen sink

11 years agoMerge pull request #4765 from tmugford/fix/grunt-watch
Eric Morris [Mon, 24 Mar 2014 02:32:30 +0000 (19:32 -0700)] 
Merge pull request #4765 from tmugford/fix/grunt-watch

Added missing autoprefixer task to the sass watch task in Gruntfile.js

11 years agoSelect radio based on parent rather than document 4770/head
Lonewolf [Sun, 23 Mar 2014 18:47:08 +0000 (00:17 +0530)] 
Select radio based on parent rather than document

11 years agoUpdate bower packages versions 4767/head
Kevin Wake [Sun, 23 Mar 2014 12:32:58 +0000 (13:32 +0100)] 
Update bower packages versions

11 years agoAdded autoprefixer to watch task in Gruntfile.js 4765/head
Tristan Mugford [Sun, 23 Mar 2014 00:40:42 +0000 (00:40 +0000)] 
Added autoprefixer to watch task in Gruntfile.js