From 11f73bafdb7e46a139dfd271d6c7e14327581e2b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lorenz=20H=C3=BCbschle-Schneider?= Date: Fri, 5 Jun 2015 13:33:48 +0200 Subject: [PATCH] replace recursive symlink with a folder full of symlinks this should fix #606 for good. we need this because jekyll will puke on recursive symlinks m( --- glowing-bear | 1 - glowing-bear/3rdparty | 1 + glowing-bear/assets | 1 + glowing-bear/css | 1 + glowing-bear/directives | 1 + glowing-bear/index.html | 1 + glowing-bear/js | 1 + glowing-bear/manifest.json | 1 + glowing-bear/manifest.webapp | 1 + 9 files changed, 8 insertions(+), 1 deletion(-) delete mode 120000 glowing-bear create mode 120000 glowing-bear/3rdparty create mode 120000 glowing-bear/assets create mode 120000 glowing-bear/css create mode 120000 glowing-bear/directives create mode 120000 glowing-bear/index.html create mode 120000 glowing-bear/js create mode 120000 glowing-bear/manifest.json create mode 120000 glowing-bear/manifest.webapp diff --git a/glowing-bear b/glowing-bear deleted file mode 120000 index 945c9b4..0000000 --- a/glowing-bear +++ /dev/null @@ -1 +0,0 @@ -. \ No newline at end of file diff --git a/glowing-bear/3rdparty b/glowing-bear/3rdparty new file mode 120000 index 0000000..303a648 --- /dev/null +++ b/glowing-bear/3rdparty @@ -0,0 +1 @@ +../3rdparty \ No newline at end of file diff --git a/glowing-bear/assets b/glowing-bear/assets new file mode 120000 index 0000000..ec2e4be --- /dev/null +++ b/glowing-bear/assets @@ -0,0 +1 @@ +../assets \ No newline at end of file diff --git a/glowing-bear/css b/glowing-bear/css new file mode 120000 index 0000000..d2d7c52 --- /dev/null +++ b/glowing-bear/css @@ -0,0 +1 @@ +../css \ No newline at end of file diff --git a/glowing-bear/directives b/glowing-bear/directives new file mode 120000 index 0000000..9fb84a0 --- /dev/null +++ b/glowing-bear/directives @@ -0,0 +1 @@ +../directives \ No newline at end of file diff --git a/glowing-bear/index.html b/glowing-bear/index.html new file mode 120000 index 0000000..79c5d6f --- /dev/null +++ b/glowing-bear/index.html @@ -0,0 +1 @@ +../index.html \ No newline at end of file diff --git a/glowing-bear/js b/glowing-bear/js new file mode 120000 index 0000000..f662e4e --- /dev/null +++ b/glowing-bear/js @@ -0,0 +1 @@ +../js \ No newline at end of file diff --git a/glowing-bear/manifest.json b/glowing-bear/manifest.json new file mode 120000 index 0000000..6ea97b4 --- /dev/null +++ b/glowing-bear/manifest.json @@ -0,0 +1 @@ +../manifest.json \ No newline at end of file diff --git a/glowing-bear/manifest.webapp b/glowing-bear/manifest.webapp new file mode 120000 index 0000000..5621c8c --- /dev/null +++ b/glowing-bear/manifest.webapp @@ -0,0 +1 @@ +../manifest.webapp \ No newline at end of file