diff options
author | Teamjungla{CODE} <junglacode@gmail.com> | 2016-08-20 13:47:12 -0500 |
---|---|---|
committer | Teamjungla{CODE} <junglacode@gmail.com> | 2016-08-20 13:47:12 -0500 |
commit | fe8e9cdcfe3afc1475c7e7f4392d2b2cc601a12b (patch) | |
tree | 001403874e9e3716de7c6d51a9f536e9b3c3be5e /gulpfile.js | |
parent | b1e795fc5b45369f7b9b565b1e106d2673361977 (diff) | |
parent | 98efcf21e355ed6ac3827058b99df86ca67c75bb (diff) |
Merge branch 'stable' of https://github.com/kanboard/kanboard
Diffstat (limited to 'gulpfile.js')
-rw-r--r-- | gulpfile.js | 2 |
1 files changed, 2 insertions, 0 deletions
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', |