Fix vendor path

This commit is contained in:
billz 2019-10-13 00:21:47 +01:00
parent 40e408dd98
commit cdf38cb498
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ function modules() {
var fontAwesome = gulp.src('./node_modules/startbootstrap-sb-admin-2/vendor/fontawesome-free/**/*')
.pipe(gulp.dest('./dist/fontawesome-free'));
// jQuery Easing
var jqueryEasing = gulp.src('./node_modules/startbootstrap-sb-admin-2/vendor/jquery.easing/*.js')
var jqueryEasing = gulp.src('./node_modules/startbootstrap-sb-admin-2/vendor/jquery-easing/*.js')
.pipe(gulp.dest('./dist/jquery-easing'));
// jQuery
var jquery = gulp.src('./node_modules/startbootstrap-sb-admin-2/vendor/jquery/*')