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:
parent
40e408dd98
commit
cdf38cb498
@ -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/*')
|
||||||
|
Loading…
Reference in New Issue
Block a user