Update the datatimepicker and tweak the gulpfile to reflect

This commit is contained in:
Kevin MacMartin 2016-03-25 00:27:46 -04:00
parent 4c98f84c33
commit 6405748b88
2 changed files with 2 additions and 2 deletions

View file

@ -12,7 +12,7 @@
"awesome-bootstrap-checkbox": "~0.3.5", "awesome-bootstrap-checkbox": "~0.3.5",
"Sortable": "~1.4.2", "Sortable": "~1.4.2",
"simplemde": "~1.9.0", "simplemde": "~1.9.0",
"datetimepicker": "~2.4.5", "datetimepicker": "~2.5.1",
"SpinKit": "~1.2.5", "SpinKit": "~1.2.5",
"jQuery.stickyFooter": "https://github.com/miWebb/jQuery.stickyFooter.git#~1.2.3" "jQuery.stickyFooter": "https://github.com/miWebb/jQuery.stickyFooter.git#~1.2.3"
} }

View file

@ -33,7 +33,7 @@ var jsBower = [
var jsDashboardBower = [ var jsDashboardBower = [
'Sortable/Sortable.js', 'Sortable/Sortable.js',
'datetimepicker/jquery.datetimepicker.js', 'datetimepicker/build/jquery.datetimepicker.full.min.js',
'simplemde/dist/simplemde.min.js' 'simplemde/dist/simplemde.min.js'
]; ];