From d5cb7f3d18c328c5ae0162b2cd5f5ef946995ee0 Mon Sep 17 00:00:00 2001 From: Sean Ouimet Date: Mon, 12 Jan 2015 21:04:30 +0100 Subject: [PATCH 1/3] Moves public assets to 'public' #22 --- es6.html => public/es6.html | 0 faq.html => public/faq.html | 0 index.html => public/index.html | 0 style.css => public/style.css | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename es6.html => public/es6.html (100%) rename faq.html => public/faq.html (100%) rename index.html => public/index.html (100%) rename style.css => public/style.css (100%) diff --git a/es6.html b/public/es6.html similarity index 100% rename from es6.html rename to public/es6.html diff --git a/faq.html b/public/faq.html similarity index 100% rename from faq.html rename to public/faq.html diff --git a/index.html b/public/index.html similarity index 100% rename from index.html rename to public/index.html diff --git a/style.css b/public/style.css similarity index 100% rename from style.css rename to public/style.css From a041872dde590afa895ad4d21f439761b7f5f32f Mon Sep 17 00:00:00 2001 From: Sean Ouimet Date: Mon, 12 Jan 2015 21:13:06 +0100 Subject: [PATCH 2/3] Adds public: fallback index.html, faq.html, es6.html #22 --- es6.html | 9 +++++++++ faq.html | 9 +++++++++ index.html | 9 +++++++++ 3 files changed, 27 insertions(+) create mode 100644 es6.html create mode 100644 faq.html create mode 100644 index.html diff --git a/es6.html b/es6.html new file mode 100644 index 0000000..ca00eec --- /dev/null +++ b/es6.html @@ -0,0 +1,9 @@ + + + + + + + + diff --git a/faq.html b/faq.html new file mode 100644 index 0000000..adc0125 --- /dev/null +++ b/faq.html @@ -0,0 +1,9 @@ + + + + + + + + diff --git a/index.html b/index.html new file mode 100644 index 0000000..fc7b92c --- /dev/null +++ b/index.html @@ -0,0 +1,9 @@ + + + + + + + + From 791b29809e09d8c7235dd0268f5a0244edd74c90 Mon Sep 17 00:00:00 2001 From: Sean Ouimet Date: Tue, 20 Jan 2015 13:08:45 +0100 Subject: [PATCH 3/3] Moves remaining static assets to public/ --- .../google6a4f947bb011f28d.html | 0 {images => public/images}/1.0.0.ico | Bin {images => public/images}/1.0.0.png | Bin 3 files changed, 0 insertions(+), 0 deletions(-) rename google6a4f947bb011f28d.html => public/google6a4f947bb011f28d.html (100%) rename {images => public/images}/1.0.0.ico (100%) rename {images => public/images}/1.0.0.png (100%) diff --git a/google6a4f947bb011f28d.html b/public/google6a4f947bb011f28d.html similarity index 100% rename from google6a4f947bb011f28d.html rename to public/google6a4f947bb011f28d.html diff --git a/images/1.0.0.ico b/public/images/1.0.0.ico similarity index 100% rename from images/1.0.0.ico rename to public/images/1.0.0.ico diff --git a/images/1.0.0.png b/public/images/1.0.0.png similarity index 100% rename from images/1.0.0.png rename to public/images/1.0.0.png