#846 fix docs dist urls to be on the v4-dist branch

This commit is contained in:
Kevin Ross 2016-01-26 12:37:36 -06:00
parent bb385c8b5a
commit 2ced32bfe9
2 changed files with 3 additions and 3 deletions

View File

@ -47,9 +47,9 @@ url: "http://rosskevin.github.io"
#
cdn:
# # See https://www.srihash.org for info on how to generate the hashes
css: https://cdn.rawgit.com/fezvrasta/bootstrap-material-design/v4-dev/dist/css/bootstrap-material-design.css
css: https://cdn.rawgit.com/fezvrasta/bootstrap-material-design/v4-dist/css/bootstrap-material-design.css
# css_hash: "sha384-XXXXXXXX"
js: https://cdn.rawgit.com/fezvrasta/bootstrap-material-design/v4-dev/dist/js/bootstrap-material-design
js: https://cdn.rawgit.com/fezvrasta/bootstrap-material-design/v4-dist/js/bootstrap-material-design
# js_hash: "sha384-XXXXXXXX"
# fonts

View File

@ -46,7 +46,7 @@ module Variables
# // this
# https://cdn.rawgit.com/twbs/bootstrap/v4-dev/dist/js/bootstrap.js
bootstrap_version = 'v4-dev' # hack since we are using a rosskevin flex branch
bootstrap_version = 'v4-dev' # hack since we are wanting to stay on the branch
end
tether_version = site.data['npm_tether']['version']