From 6405748b88db958fe5cb4be0cbf11229093590de Mon Sep 17 00:00:00 2001 From: Kevin MacMartin Date: Fri, 25 Mar 2016 00:27:46 -0400 Subject: [PATCH] Update the datatimepicker and tweak the gulpfile to reflect --- bower.json | 2 +- gulpfile.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bower.json b/bower.json index 278d3e7..cb01e07 100644 --- a/bower.json +++ b/bower.json @@ -12,7 +12,7 @@ "awesome-bootstrap-checkbox": "~0.3.5", "Sortable": "~1.4.2", "simplemde": "~1.9.0", - "datetimepicker": "~2.4.5", + "datetimepicker": "~2.5.1", "SpinKit": "~1.2.5", "jQuery.stickyFooter": "https://github.com/miWebb/jQuery.stickyFooter.git#~1.2.3" } diff --git a/gulpfile.js b/gulpfile.js index 1abbc46..a17891f 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -33,7 +33,7 @@ var jsBower = [ var jsDashboardBower = [ 'Sortable/Sortable.js', - 'datetimepicker/jquery.datetimepicker.js', + 'datetimepicker/build/jquery.datetimepicker.full.min.js', 'simplemde/dist/simplemde.min.js' ];