From: dsc Date: Wed, 22 Feb 2012 23:26:47 +0000 (-0800) Subject: Adds symlinks for bootstrap. X-Git-Url: http://git.less.ly:3516/?a=commitdiff_plain;h=f325b839bc2d9c0ccf30915ece5149e2478db474;p=limn.git Adds symlinks for bootstrap. --- diff --git a/static/vendor/bootstrap-2.0.1/bootstrap.js b/static/vendor/bootstrap-2.0.1/js/bootstrap.js similarity index 100% rename from static/vendor/bootstrap-2.0.1/bootstrap.js rename to static/vendor/bootstrap-2.0.1/js/bootstrap.js diff --git a/static/vendor/bootstrap-2.0.1/bootstrap.min.js b/static/vendor/bootstrap-2.0.1/js/bootstrap.min.js similarity index 100% rename from static/vendor/bootstrap-2.0.1/bootstrap.min.js rename to static/vendor/bootstrap-2.0.1/js/bootstrap.min.js diff --git a/static/vendor/bootstrap.js b/static/vendor/bootstrap.js new file mode 120000 index 0000000..62666e3 --- /dev/null +++ b/static/vendor/bootstrap.js @@ -0,0 +1 @@ +bootstrap/js/bootstrap.js \ No newline at end of file diff --git a/static/vendor/bootstrap.min.js b/static/vendor/bootstrap.min.js new file mode 120000 index 0000000..5aec060 --- /dev/null +++ b/static/vendor/bootstrap.min.js @@ -0,0 +1 @@ +bootstrap/js/bootstrap.min.js \ No newline at end of file