summaryrefslogtreecommitdiff
path: root/gulpfile.js
diff options
context:
space:
mode:
Diffstat (limited to 'gulpfile.js')
-rw-r--r--gulpfile.js5
1 files changed, 0 insertions, 5 deletions
diff --git a/gulpfile.js b/gulpfile.js
index c9076ffa..3b641b06 100644
--- a/gulpfile.js
+++ b/gulpfile.js
@@ -24,7 +24,6 @@ var vendor = {
css: [
'bower_components/jquery-ui/themes/base/jquery-ui.min.css',
'bower_components/jqueryui-timepicker-addon/dist/jquery-ui-timepicker-addon.min.css',
- 'bower_components/chosen/chosen.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',
@@ -45,7 +44,6 @@ var vendor = {
'bower_components/jqueryui-timepicker-addon/dist/jquery-ui-timepicker-addon.min.js',
'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/chosen/chosen.jquery.js',
'bower_components/select2/dist/js/select2.min.js',
'bower_components/moment/min/moment.min.js',
'bower_components/fullcalendar/dist/fullcalendar.min.js',
@@ -86,9 +84,6 @@ gulp.task('vendor', function() {
gulp.src('bower_components/jquery-ui/themes/base/images/*')
.pipe(gulp.dest(dist.css + 'images/'));
-
- gulp.src('bower_components/chosen/*.png')
- .pipe(gulp.dest(dist.css + ''));
});
gulp.task('js', function() {