mirror of
https://github.com/RaspAP/raspap-webgui.git
synced 2024-11-24 16:40:24 +00:00
Fix vendor path
This commit is contained in:
parent
40e408dd98
commit
cdf38cb498
1 changed files with 1 additions and 1 deletions
|
@ -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/*')
|
||||
|
|
Loading…
Reference in a new issue