Skip to content

Commit 0098ad5

Browse files
committed
Remove unused JS plugins
1 parent 497b1c9 commit 0098ad5

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

project/bower.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@
1010
"dependencies": {
1111
"bootstrap": "3.3.5",
1212
"font-awesome": "~4.4.0",
13-
"jquery": "~2.1.4",
14-
"jquery.scrollTo": "~2.1.2",
15-
"scrollreveal": "scroll-reveal#~2.3.2",
16-
"vide": "~0.4.1"
13+
"jquery": "~2.1.4"
1714
}
1815
}

project/gulpfile.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,6 @@ gulp.task("js", function() {
3333
return gulp.src([
3434
BOWER_PATH + "jquery/dist/jquery.min.js",
3535
BOWER_PATH + "bootstrap/dist/js/bootstrap.min.js",
36-
BOWER_PATH + "vide/dist/jquery.vide.min.js",
37-
BOWER_PATH + "scrollreveal/dist/scrollReveal.min.js",
38-
BOWER_PATH + "jquery.scrollTo/jquery.scrollTo.min.js",
3936
STATIC_SRC_PATH + "js/asylum.js",
4037
])
4138
.pipe(plumber({}))

0 commit comments

Comments
 (0)