From: Nicolas Coden Date: Tue, 6 Dec 2016 22:28:41 +0000 (+0100) Subject: Move Sass dependencies from `_vendor/scss` to `_vendor` X-Git-Tag: v6.3.0-rc2~10^2^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F9458%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Move Sass dependencies from `_vendor/scss` to `_vendor` --- diff --git a/gulp/tasks/customizer.js b/gulp/tasks/customizer.js index 3685222a0..3dd2b5408 100644 --- a/gulp/tasks/customizer.js +++ b/gulp/tasks/customizer.js @@ -51,7 +51,7 @@ gulp.task('customizer:prepareSassDeps', function() { return gulp.src([ 'node_modules/@(normalize-scss)/sass/**/*.scss' ]) - .pipe(gulp.dest('_vendor/scss')); + .pipe(gulp.dest('_vendor')); }); // Creates a Sass file from the module/variable list and creates foundation.css and foundation.min.css diff --git a/gulp/tasks/sass.js b/gulp/tasks/sass.js index 83ca4759c..c98a7df06 100644 --- a/gulp/tasks/sass.js +++ b/gulp/tasks/sass.js @@ -18,7 +18,7 @@ gulp.task('sass', ['sass:foundation', 'sass:docs']); // Prepare dependencies gulp.task('sass:deps', function() { return gulp.src(CONFIG.SASS_DEPS_FILES) - .pipe(gulp.dest('_vendor/scss')); + .pipe(gulp.dest('_vendor')); }); // Compiles Foundation Sass diff --git a/scss/foundation.scss b/scss/foundation.scss index d0c58689c..5de33535a 100644 --- a/scss/foundation.scss +++ b/scss/foundation.scss @@ -6,7 +6,7 @@ */ // Dependencies -@import "../_vendor/scss/normalize-scss/sass/normalize"; +@import "../_vendor/normalize-scss/sass/normalize"; // Settings // import your own `settings` here or