From 70f1148f71ee23e176e4eea3f60901d851c99207 Mon Sep 17 00:00:00 2001
From: laurentheirendt <laurent.heirendt@uni.lu>
Date: Thu, 25 Apr 2019 07:45:56 +0200
Subject: [PATCH] moving the components to separate dir

---
 .gitmodules                                         |   2 +-
 Gruntfile.coffee => components/Gruntfile.coffee     |   0
 package.json => components/package.json             |   0
 {theme => components/theme}/css/style.css           |   0
 .../theme}/img/LCSB_short_small_4c_cropped.svg      |   0
 .../theme}/img/University-of-Luxembourg-Fr-01.svg   |   0
 {theme => components/theme}/img/lcsb_bg.png         | Bin
 {theme => components/theme}/reveal.js               |   0
 {theme => components/theme}/templates/_index.html   |   0
 {theme => components/theme}/templates/_section.html |   0
 10 files changed, 1 insertion(+), 1 deletion(-)
 rename Gruntfile.coffee => components/Gruntfile.coffee (100%)
 rename package.json => components/package.json (100%)
 rename {theme => components/theme}/css/style.css (100%)
 rename {theme => components/theme}/img/LCSB_short_small_4c_cropped.svg (100%)
 rename {theme => components/theme}/img/University-of-Luxembourg-Fr-01.svg (100%)
 rename {theme => components/theme}/img/lcsb_bg.png (100%)
 rename {theme => components/theme}/reveal.js (100%)
 rename {theme => components/theme}/templates/_index.html (100%)
 rename {theme => components/theme}/templates/_section.html (100%)

diff --git a/.gitmodules b/.gitmodules
index 2022e0b2..c6f897f7 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,3 +1,3 @@
 [submodule "theme/reveal.js"]
-	path = theme/reveal.js
+	path = components/theme/reveal.js
 	url = https://github.com/hakimel/reveal.js.git
diff --git a/Gruntfile.coffee b/components/Gruntfile.coffee
similarity index 100%
rename from Gruntfile.coffee
rename to components/Gruntfile.coffee
diff --git a/package.json b/components/package.json
similarity index 100%
rename from package.json
rename to components/package.json
diff --git a/theme/css/style.css b/components/theme/css/style.css
similarity index 100%
rename from theme/css/style.css
rename to components/theme/css/style.css
diff --git a/theme/img/LCSB_short_small_4c_cropped.svg b/components/theme/img/LCSB_short_small_4c_cropped.svg
similarity index 100%
rename from theme/img/LCSB_short_small_4c_cropped.svg
rename to components/theme/img/LCSB_short_small_4c_cropped.svg
diff --git a/theme/img/University-of-Luxembourg-Fr-01.svg b/components/theme/img/University-of-Luxembourg-Fr-01.svg
similarity index 100%
rename from theme/img/University-of-Luxembourg-Fr-01.svg
rename to components/theme/img/University-of-Luxembourg-Fr-01.svg
diff --git a/theme/img/lcsb_bg.png b/components/theme/img/lcsb_bg.png
similarity index 100%
rename from theme/img/lcsb_bg.png
rename to components/theme/img/lcsb_bg.png
diff --git a/theme/reveal.js b/components/theme/reveal.js
similarity index 100%
rename from theme/reveal.js
rename to components/theme/reveal.js
diff --git a/theme/templates/_index.html b/components/theme/templates/_index.html
similarity index 100%
rename from theme/templates/_index.html
rename to components/theme/templates/_index.html
diff --git a/theme/templates/_section.html b/components/theme/templates/_section.html
similarity index 100%
rename from theme/templates/_section.html
rename to components/theme/templates/_section.html
-- 
GitLab