Migrate from underscore to lodash.
authorSalvatore Iovene <salvatore@iovene.com>
Tue, 30 Apr 2013 07:04:00 +0000 (10:04 +0300)
committerSalvatore Iovene <salvatore@iovene.com>
Tue, 30 Apr 2013 07:04:00 +0000 (10:04 +0300)
.gitmodules
Gruntfile.js
lib/lodash [new submodule]
lib/underscore [deleted submodule]
tests/index.html

index e8b5ed5..25d7611 100644 (file)
@@ -7,9 +7,9 @@
 [submodule "lib/jquery-ui"]
        path = lib/jquery-ui
        url = git://github.com/jquery/jquery-ui.git
-[submodule "lib/underscore"]
-       path = lib/underscore
-       url = git://github.com/documentcloud/underscore.git
 [submodule "lib/qunit"]
        path = lib/qunit
        url = git://github.com/jquery/qunit.git
+[submodule "lib/lodash"]
+       path = lib/lodash
+       url = git://github.com/bestiejs/lodash.git
index f706744..3ad772f 100644 (file)
@@ -87,7 +87,7 @@ module.exports = function(grunt) {
         src: [
           'lib/jquery/dist/jquery.js',
           'lib/jquery-ui/dist/jquery-ui.js',
-          'lib/underscore/underscore.js',
+          'lib/lodash/lodash.js',
 
           // Bootstrap files must preserve order.
           'src/bootstrap/js/bootstrap-transition.js',
diff --git a/lib/lodash b/lib/lodash
new file mode 160000 (submodule)
index 0000000..1b7be39
--- /dev/null
@@ -0,0 +1 @@
+Subproject commit 1b7be39d1fa64d94fd22c2593550f890de5d105e
diff --git a/lib/underscore b/lib/underscore
deleted file mode 160000 (submodule)
index bf1bddd..0000000
+++ /dev/null
@@ -1 +0,0 @@
-Subproject commit bf1bddd38d8ffefac152f85fe74fa80767868f84
index 695c8c1..4b1d23b 100644 (file)
@@ -6,7 +6,7 @@
   <!-- jquery -->
   <!--<script src="http://code.jquery.com/jquery-1.7.min.js"></script>-->
   <script src="../lib/jquery/dist/jquery.js"></script>
-  <script src="../lib/underscore/underscore.js"></script>
+  <script src="../lib/lodash/lodash.js"></script>
 
   <!-- qunit -->
   <link rel="stylesheet" href="../lib/qunit/qunit/qunit.css" type="text/css" media="screen" />