From 11513070f7bc206f3294eefa1347bfb7cc638133 Mon Sep 17 00:00:00 2001 From: Kevin Ross Date: Tue, 22 Mar 2016 14:45:44 -0500 Subject: [PATCH] bad publish - had local jekyll running when I ran the publish, may want to use different directories in the future. --- _config.yml | 6 ------ docs/_includes/header-example.html | 2 +- docs/_includes/header.html | 2 +- gulpfile.babel.js | 2 +- 4 files changed, 3 insertions(+), 9 deletions(-) diff --git a/_config.yml b/_config.yml index c5d5b709..5c6d375d 100644 --- a/_config.yml +++ b/_config.yml @@ -1,7 +1,6 @@ include: - .nojekyll - sass: sass_dir: sass @@ -20,10 +19,6 @@ source: docs destination: _gh_pages host: 0.0.0.0 port: 9000 - - - - encoding: UTF-8 exclude: [assets/scss/] @@ -64,7 +59,6 @@ cdn: 'ie10-viewport-bug-workaround': https://maxcdn.bootstrapcdn.com/js/ie10-viewport-bug-workaround.js - #twitter: # username: getbootstrap # diff --git a/docs/_includes/header-example.html b/docs/_includes/header-example.html index d72fcbef..4b602b6f 100644 --- a/docs/_includes/header-example.html +++ b/docs/_includes/header-example.html @@ -1,7 +1,7 @@ {% include meta.html %} - + diff --git a/docs/_includes/header.html b/docs/_includes/header.html index 57b3fa7e..97e019b3 100644 --- a/docs/_includes/header.html +++ b/docs/_includes/header.html @@ -1,7 +1,7 @@ {% include meta.html %} - + diff --git a/gulpfile.babel.js b/gulpfile.babel.js index 561c79f2..272e3025 100644 --- a/gulpfile.babel.js +++ b/gulpfile.babel.js @@ -144,7 +144,7 @@ new Aggregate(gulp, 'publish', // ^^^docs:default cleans docs/dist, so we need to re-copy dist to docs in this scenario parallel(gulp, copyCssToDocs, copyJsToDocs), - new Jekyll(gulp, preset, {options: {raw: 'baseurl: "/bootstrap-material-design"'}}), + new Jekyll(gulp, preset, {debug: true, options: {raw: 'baseurl: "/bootstrap-material-design"'}}), new PublishBuild(gulp, preset, { npm: {