bad publish - had local jekyll running when I ran the publish, may want to use different directories in the future.

This commit is contained in:
Kevin Ross 2016-03-22 14:45:44 -05:00
parent d4bf4749fd
commit 11513070f7
4 changed files with 3 additions and 9 deletions

View File

@ -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
#

View File

@ -1,7 +1,7 @@
{% include meta.html %}
<!-- Material Design fonts -->
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Roboto:300,400,500,700">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700">
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
<!-- Material Design for Bootstrap generic -->

View File

@ -1,7 +1,7 @@
{% include meta.html %}
<!-- Material Design fonts -->
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Roboto:300,400,500,700">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700">
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
<!-- Material Design for Bootstrap customization for Documentation (consider Documentation the application) -->

View File

@ -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: {