diff options
author | raylu <raylu@gridium.com> | 2013-10-19 18:30:11 -0700 |
---|---|---|
committer | raylu <raylu@gridium.com> | 2013-10-19 18:30:11 -0700 |
commit | c6cb565f1216054fd386e0e5cd107cf7989a80e6 (patch) | |
tree | 36658ddd9e323aff598495599609c84e46abb6c5 | |
parent | 224f66a77aa3afa5e06daec656ae97f6e31e0592 (diff) | |
download | ykill-c6cb565f1216054fd386e0e5cd107cf7989a80e6.tar.xz |
add cleancss submodule
-rw-r--r-- | .gitmodules | 3 | ||||
l--------- | cleancss | 1 | ||||
m--------- | cleancss.git | 0 |
3 files changed, 4 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index e69de29..5d900bb 100644 --- a/.gitmodules +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "cleancss.git"] + path = cleancss.git + url = git://github.com/raylu/py-cleancss.git diff --git a/cleancss b/cleancss new file mode 120000 index 0000000..66e6294 --- /dev/null +++ b/cleancss @@ -0,0 +1 @@ +cleancss.git/cleancss
\ No newline at end of file diff --git a/cleancss.git b/cleancss.git new file mode 160000 +Subproject ddc06e44b6022b279dfc5440a6cc30c5334d486 |