From 1280c6d09477ea80627d8707fe45e4aeaa2a2550 Mon Sep 17 00:00:00 2001 From: koenemann Date: Tue, 28 Nov 2017 13:22:03 +0100 Subject: [PATCH] Update 0.6.8.2 --- gulpfile.js | 6 +++--- package.json | 2 +- style.css | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/gulpfile.js b/gulpfile.js index 3cf502f..2bead1a 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -247,15 +247,15 @@ gulp.task('copy-assets', ['clean-source'], function() { .pipe(gulp.dest(basePaths.dev + '/sass/fontawesome')); // _s SCSS files - gulp.src(basePaths.node + 'undescores-for-npm/sass/**/*.scss') + gulp.src(basePaths.node + 'undescores-for-npm/sass/media/*.scss') .pipe(gulp.dest(basePaths.dev + '/sass/underscores')); // _s JS files into /src/js - gulp.src(basePaths.node + 'undescores-for-npm/js/*.js') + gulp.src(basePaths.node + 'undescores-for-npm/js/skip-link-focus-fix.js') .pipe(gulp.dest(basePaths.dev + '/js')); // _s JS files into /js - gulp.src(basePaths.node + 'undescores-for-npm/js/*.js') + gulp.src(basePaths.node + 'undescores-for-npm/js/skip-link-focus-fix.js') .pipe(gulp.dest(basePaths.js)); // Copy Popper JS files diff --git a/package.json b/package.json index 1403af6..4163459 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "understrap", - "version": "0.6.8.1", + "version": "0.6.8.2", "description": "WordPress Theme framework", "main": "index.js", "scripts": { diff --git a/style.css b/style.css index 3558a2d..9a3d744 100644 --- a/style.css +++ b/style.css @@ -8,7 +8,7 @@ Description: Combination of AutomatticĀ“s _s theme and Bootstrap 4. Made as a so That downloads everything and moves it in place so that you can recompile your CSS and JS files; A developer version (with Gulp/node and Sass sources) is available on gitHub: https://github.com/holger1411/understrap A child theme is available on Github, too: https://github.com/holger1411/understrap-child; -Version: 0.6.8.1 +Version: 0.6.8.2 License: GNU General Public License v2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Text Domain: understrap