1
0
mirror of https://github.com/billz/raspap-webgui.git synced 2023-10-10 13:37:24 +02:00

Fix vendor path

This commit is contained in:
billz 2019-10-13 00:21:47 +01:00
parent 40e408dd98
commit cdf38cb498

View File

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