mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2025-02-13 10:10:36 +03:00
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:
parent
d4bf4749fd
commit
11513070f7
|
@ -1,7 +1,6 @@
|
||||||
include:
|
include:
|
||||||
- .nojekyll
|
- .nojekyll
|
||||||
|
|
||||||
|
|
||||||
sass:
|
sass:
|
||||||
sass_dir: sass
|
sass_dir: sass
|
||||||
|
|
||||||
|
@ -20,10 +19,6 @@ source: docs
|
||||||
destination: _gh_pages
|
destination: _gh_pages
|
||||||
host: 0.0.0.0
|
host: 0.0.0.0
|
||||||
port: 9000
|
port: 9000
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
encoding: UTF-8
|
encoding: UTF-8
|
||||||
exclude: [assets/scss/]
|
exclude: [assets/scss/]
|
||||||
|
|
||||||
|
@ -64,7 +59,6 @@ cdn:
|
||||||
'ie10-viewport-bug-workaround': https://maxcdn.bootstrapcdn.com/js/ie10-viewport-bug-workaround.js
|
'ie10-viewport-bug-workaround': https://maxcdn.bootstrapcdn.com/js/ie10-viewport-bug-workaround.js
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#twitter:
|
#twitter:
|
||||||
# username: getbootstrap
|
# username: getbootstrap
|
||||||
#
|
#
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{% include meta.html %}
|
{% include meta.html %}
|
||||||
|
|
||||||
<!-- Material Design fonts -->
|
<!-- 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">
|
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
|
||||||
|
|
||||||
<!-- Material Design for Bootstrap generic -->
|
<!-- Material Design for Bootstrap generic -->
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{% include meta.html %}
|
{% include meta.html %}
|
||||||
|
|
||||||
<!-- Material Design fonts -->
|
<!-- 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">
|
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
|
||||||
|
|
||||||
<!-- Material Design for Bootstrap customization for Documentation (consider Documentation the application) -->
|
<!-- Material Design for Bootstrap customization for Documentation (consider Documentation the application) -->
|
||||||
|
|
|
@ -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
|
// ^^^docs:default cleans docs/dist, so we need to re-copy dist to docs in this scenario
|
||||||
parallel(gulp, copyCssToDocs, copyJsToDocs),
|
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, {
|
new PublishBuild(gulp, preset, {
|
||||||
npm: {
|
npm: {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user