From 1ba8163f4b0f53a3329a17c3604a73f9fbab7c44 Mon Sep 17 00:00:00 2001
From: vitalets <noginsk@rambler.ru>
Date: Sun, 23 Jun 2013 18:04:09 +0400
Subject: [PATCH] move bootstrap-datepicker up in build queue

---
 grunt.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/grunt.js b/grunt.js
index f754c23..cdf5806 100644
--- a/grunt.js
+++ b/grunt.js
@@ -12,9 +12,9 @@ function getFiles() {
             form: [forms+'editable-form-bootstrap.js'],
             container: [containers+'editable-popover.js'],
             inputs: [
+                inputs+'date/bootstrap-datepicker/js/bootstrap-datepicker.js',
                 inputs+'date/date.js', 
                 inputs+'date/datefield.js', 
-                inputs+'date/bootstrap-datepicker/js/bootstrap-datepicker.js',
                 inputs+'datetime/datetime.js', 
                 inputs+'datetime/datetimefield.js',
                 //don't build datetime lib, should be included manually