cleanup gulpfile.js
This commit is contained in:
parent
7b08152a12
commit
546c5a611a
|
@ -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'));
|
||||
|
||||
|
|
Reference in New Issue