From ae0e700ffbc5f71002ca2a95c04490029b137d84 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Georges=20Dup=C3=A9ron?= Date: Sun, 13 Feb 2011 16:29:43 +0100 Subject: [PATCH] =?UTF-8?q?Ajout=20de=20la=20biblioth=C3=A8que=20less.js?= =?UTF-8?q?=20comme=20sous-module.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitmodules | 3 +++ less | 1 + 2 files changed, 4 insertions(+) create mode 160000 less diff --git a/.gitmodules b/.gitmodules index 72f7bce..2eddfc6 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,3 +4,6 @@ [submodule "raphael"] path = raphael url = https://github.com/DmitryBaranovskiy/raphael.git +[submodule "less"] + path = less + url = https://github.com/cloudhead/less.js.git diff --git a/less b/less new file mode 160000 index 0000000..0d95755 --- /dev/null +++ b/less @@ -0,0 +1 @@ +Subproject commit 0d95755e003ea37db44af939907230efda73c3e3