From 546c5a611a4f98bd4edce4d3a255f89e9be46759 Mon Sep 17 00:00:00 2001 From: koenemann Date: Mon, 18 Jan 2016 14:36:23 +0100 Subject: [PATCH] cleanup gulpfile.js --- gulpfile.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/gulpfile.js b/gulpfile.js index d6b2ba1..88bafc7 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -49,7 +49,6 @@ gulp.task('copy-assets', function() { gulp.src(basePaths.bower + 'bootstrap-sass/assets/javascripts/*.js') .pipe(gulp.dest('./js')); - gulp.src(basePaths.bower + 'bootstrap-sass/assets/stylesheets/*.scss') gulp.src(basePaths.bower + 'bootstrap-sass/assets/stylesheets/**/*.scss') .pipe(gulp.dest('./sass/bootstrap-sass')); @@ -64,7 +63,7 @@ gulp.task('copy-assets', function() { gulp.src(basePaths.bower + 'jquery/dist/*.js') .pipe(gulp.dest('./js')); - + gulp.src(basePaths.bower + '_s/js/*.js') .pipe(gulp.dest('./js')); });