From e7f2c8b5a55d46390897dc40cfe463e6449c96a3 Mon Sep 17 00:00:00 2001 From: Sondre Nilsen Date: Mon, 14 Sep 2015 19:07:29 +0200 Subject: [PATCH] Forgot to include removal of Bower files etc --- generators/jekyll/templates/app/_includes/bower_scripts.html | 2 -- generators/jekyll/templates/app/_includes/bower_styles.html | 2 -- generators/jekyll/templates/app/_includes/head.html | 2 -- generators/jekyll/templates/app/_layouts/default.html | 2 -- 4 files changed, 8 deletions(-) delete mode 100644 generators/jekyll/templates/app/_includes/bower_scripts.html delete mode 100644 generators/jekyll/templates/app/_includes/bower_styles.html diff --git a/generators/jekyll/templates/app/_includes/bower_scripts.html b/generators/jekyll/templates/app/_includes/bower_scripts.html deleted file mode 100644 index a8672f3..0000000 --- a/generators/jekyll/templates/app/_includes/bower_scripts.html +++ /dev/null @@ -1,2 +0,0 @@ - - diff --git a/generators/jekyll/templates/app/_includes/bower_styles.html b/generators/jekyll/templates/app/_includes/bower_styles.html deleted file mode 100644 index e613296..0000000 --- a/generators/jekyll/templates/app/_includes/bower_styles.html +++ /dev/null @@ -1,2 +0,0 @@ - - diff --git a/generators/jekyll/templates/app/_includes/head.html b/generators/jekyll/templates/app/_includes/head.html index 23e5fa5..7ea042e 100644 --- a/generators/jekyll/templates/app/_includes/head.html +++ b/generators/jekyll/templates/app/_includes/head.html @@ -11,8 +11,6 @@ - {% include bower_styles.html %} - diff --git a/generators/jekyll/templates/app/_layouts/default.html b/generators/jekyll/templates/app/_layouts/default.html index a5b02a3..ee4fb72 100644 --- a/generators/jekyll/templates/app/_layouts/default.html +++ b/generators/jekyll/templates/app/_layouts/default.html @@ -19,7 +19,5 @@ - {% include bower_scripts.html %} -