mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2025-02-09 08:10:39 +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:
|
||||
- .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
|
||||
#
|
||||
|
|
|
@ -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 -->
|
||||
|
|
|
@ -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) -->
|
||||
|
|
|
@ -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: {
|
||||
|
|
Loading…
Reference in New Issue
Block a user