From 18cb7ad0a4a96be63030f5207b74a195c8b6cd6c Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Fri, 24 Jun 2016 15:43:34 -0400 Subject: Expose tags to the user interface (first prototype) --- gulpfile.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gulpfile.js') diff --git a/gulpfile.js b/gulpfile.js index 00c51ab1..7e019741 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -63,6 +63,7 @@ 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/chosen/chosen.css', + 'bower_components/select2/dist/css/select2.min.css', 'bower_components/fullcalendar/dist/fullcalendar.min.css', 'bower_components/simplemde/dist/simplemde.min.css', 'bower_components/font-awesome/css/font-awesome.min.css', @@ -84,6 +85,7 @@ 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/chosen/chosen.jquery.js', + 'bower_components/select2/dist/js/select2.min.js', 'bower_components/moment/min/moment-with-locales.min.js', 'bower_components/fullcalendar/dist/fullcalendar.min.js', 'bower_components/fullcalendar/dist/lang-all.js', -- cgit v1.2.3