summaryrefslogtreecommitdiff
path: root/gulpfile.js
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2016-12-30 20:14:36 -0500
committerFrederic Guillot <fred@kanboard.net>2016-12-30 20:14:36 -0500
commitff79ec72c16f4a9ad1b36601172a32e48c8b21d1 (patch)
tree3225f91a9cbcd9b3a74e184c929fe62aaa66863f /gulpfile.js
parente1344e3e449430ac13ef79b03bfcaa2c0c82d150 (diff)
Remove dependency on Mousetrap
Diffstat (limited to 'gulpfile.js')
-rw-r--r--gulpfile.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/gulpfile.js b/gulpfile.js
index 3b641b06..623ff7e8 100644
--- a/gulpfile.js
+++ b/gulpfile.js
@@ -48,8 +48,6 @@ var vendor = {
'bower_components/moment/min/moment.min.js',
'bower_components/fullcalendar/dist/fullcalendar.min.js',
'bower_components/fullcalendar/dist/locale-all.js',
- 'bower_components/mousetrap/mousetrap.min.js',
- 'bower_components/mousetrap/plugins/global-bind/mousetrap-global-bind.min.js',
'bower_components/d3/d3.min.js',
'bower_components/c3/c3.min.js',
'bower_components/isMobile/isMobile.min.js',