Skip to content

Commit

Permalink
upgrade to Foundation 6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy Cochran committed Feb 29, 2016
1 parent 090531c commit 132b4cc
Show file tree
Hide file tree
Showing 14 changed files with 8,435 additions and 6,799 deletions.
1,237 changes: 764 additions & 473 deletions assets/css/app.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/css/app.min.css

Large diffs are not rendered by default.

1,237 changes: 764 additions & 473 deletions assets/css/foundation.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/css/foundation.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/functions/enqueue-scripts.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ function site_scripts() {
global $wp_styles; // Call global $wp_styles variable to add conditional wrapper around ie stylesheet the WordPress way

// Add Foundation scripts file in the footer
wp_enqueue_script( 'foundation-js', get_template_directory_uri() . '/assets/js/foundation.min.js', array( 'jquery' ), '6.0', true );
wp_enqueue_script( 'foundation-js', get_template_directory_uri() . '/assets/js/foundation.min.js', array( 'jquery' ), '6.2', true );

// Add scripts file in the footer
wp_enqueue_script( 'site-js', get_template_directory_uri() . '/assets/js/scripts.js', array(), '', true );
Expand Down
Loading

0 comments on commit 132b4cc

Please sign in to comment.