diff options
Diffstat (limited to 'gulpfile.js')
-rw-r--r-- | gulpfile.js | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gulpfile.js b/gulpfile.js index 0f4e405d..9e6ed1fb 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -24,7 +24,6 @@ var vendor = { 'bower_components/jquery-ui/themes/base/jquery-ui.min.css', 'bower_components/jqueryui-timepicker-addon/dist/jquery-ui-timepicker-addon.min.css', 'bower_components/select2/dist/css/select2.min.css', - 'bower_components/fullcalendar/dist/fullcalendar.min.css', 'bower_components/font-awesome/css/font-awesome.min.css', 'bower_components/c3/c3.min.css' ], @@ -44,9 +43,6 @@ var vendor = { 'bower_components/jqueryui-timepicker-addon/dist/i18n/jquery-ui-timepicker-addon-i18n.min.js', 'bower_components/jqueryui-touch-punch/jquery.ui.touch-punch.min.js', 'bower_components/select2/dist/js/select2.min.js', - 'bower_components/moment/min/moment.min.js', - 'bower_components/fullcalendar/dist/fullcalendar.min.js', - 'bower_components/fullcalendar/dist/locale-all.js', 'bower_components/d3/d3.min.js', 'bower_components/c3/c3.min.js', 'bower_components/isMobile/isMobile.min.js', |