From d737bd0714e28ff1ea82bb0c84d4923486d60220 Mon Sep 17 00:00:00 2001 From: Tyler Renelle Date: Thu, 21 Mar 2013 11:11:15 -0600 Subject: [PATCH] remove a ton of public/vendor git submodules, using CDN instead. The reason we're removing the submodules (intead of keeping them around for offline development) is that derby does some watchfile magic on the public directory, and it causes a "max file limit" operating system error (mitigated by `ulimit -u 2048`). For offline developers, you may want to have some symlinks and a git stash handy --- .gitmodules | 12 ------------ public/vendor/bootstrap | 1 - public/vendor/bootstrap-datepicker | 1 - public/vendor/bootstrap-growl | 1 - public/vendor/jquery-cookie | 1 - styles/app/index.styl | 2 -- views/app/index.html | 2 ++ views/static/head.html | 2 +- 8 files changed, 3 insertions(+), 19 deletions(-) delete mode 160000 public/vendor/bootstrap delete mode 160000 public/vendor/bootstrap-datepicker delete mode 160000 public/vendor/bootstrap-growl delete mode 160000 public/vendor/jquery-cookie diff --git a/.gitmodules b/.gitmodules index d0d9ca48c5..8c0e8c6fc0 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,18 +1,6 @@ -[submodule "public/vendor/bootstrap-datepicker"] - path = public/vendor/bootstrap-datepicker - url = https://github.com/eternicode/bootstrap-datepicker.git -[submodule "public/vendor/bootstrap-growl"] - path = public/vendor/bootstrap-growl - url = https://github.com/ifightcrime/bootstrap-growl.git -[submodule "public/vendor/bootstrap"] - path = public/vendor/bootstrap - url = https://github.com/twitter/bootstrap.git [submodule "public/vendor/github-buttons"] path = public/vendor/github-buttons url = https://github.com/mdo/github-buttons.git -[submodule "public/vendor/jquery-cookie"] - path = public/vendor/jquery-cookie - url = https://github.com/carhartl/jquery-cookie.git [submodule "public/vendor/jquery-ui"] path = public/vendor/jquery-ui url = https://github.com/jquery/jquery-ui.git diff --git a/public/vendor/bootstrap b/public/vendor/bootstrap deleted file mode 160000 index eb24718add..0000000000 --- a/public/vendor/bootstrap +++ /dev/null @@ -1 +0,0 @@ -Subproject commit eb24718add4dd36fe92fdbdb79e6ff4ce5919300 diff --git a/public/vendor/bootstrap-datepicker b/public/vendor/bootstrap-datepicker deleted file mode 160000 index 3f12c74bcd..0000000000 --- a/public/vendor/bootstrap-datepicker +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 3f12c74bcd5a0d6763951ce14450c8727b661bc9 diff --git a/public/vendor/bootstrap-growl b/public/vendor/bootstrap-growl deleted file mode 160000 index c033de329b..0000000000 --- a/public/vendor/bootstrap-growl +++ /dev/null @@ -1 +0,0 @@ -Subproject commit c033de329bb1b21e4175e2a53efd844b664d27c8 diff --git a/public/vendor/jquery-cookie b/public/vendor/jquery-cookie deleted file mode 160000 index cefb0c3999..0000000000 --- a/public/vendor/jquery-cookie +++ /dev/null @@ -1 +0,0 @@ -Subproject commit cefb0c399960553edae76f91f9fc5470a1c3bc04 diff --git a/styles/app/index.styl b/styles/app/index.styl index f3b02898dd..66ab88d827 100644 --- a/styles/app/index.styl +++ b/styles/app/index.styl @@ -9,10 +9,8 @@ @import "./alerts.styl"; @import "./helpers.styl"; @import "./responsive.styl"; - @import "./scrollbars.styl"; -@import "../../public/vendor/bootstrap-datepicker/css/datepicker.css"; // fix exploding to very wide for some reason .datepicker diff --git a/views/app/index.html b/views/app/index.html index 2f60f1a6a9..ad90bf4bdb 100644 --- a/views/app/index.html +++ b/views/app/index.html @@ -21,6 +21,8 @@ + + diff --git a/views/static/head.html b/views/static/head.html index dc023c56b7..19bf4992a7 100644 --- a/views/static/head.html +++ b/views/static/head.html @@ -6,7 +6,7 @@ - +