Skip to content

Commit

Permalink
output to docs folder for gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
Lance Harper committed Mar 12, 2018
1 parent 3ef80fa commit 645d7d4
Show file tree
Hide file tree
Showing 11 changed files with 1,180 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@ module.exports = {

build: {
// Template for index.html
index: path.resolve(__dirname, '../dist/index.html'),
index: path.resolve(__dirname, '../docs/index.html'),

// Paths
assetsRoot: path.resolve(__dirname, '../dist'),
assetsRoot: path.resolve(__dirname, '../docs'),
assetsSubDirectory: 'static',
assetsPublicPath: '/',

Expand Down
1 change: 1 addition & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<!DOCTYPE html><html><head><meta charset=utf-8><meta name=viewport content="width=device-width,initial-scale=1"><title>rei-cedar-tokens</title><link href="https://fonts.googleapis.com/css?family=Roboto+Condensed:400|Roboto:400" rel=stylesheet><link href=/static/css/app.de49cc038c383a15d5a9c608c1deaf6e.css rel=stylesheet></head><body><div id=app></div><script type=text/javascript src=/static/js/manifest.2ae2e69a05c33dfc65f8.js></script><script type=text/javascript src=/static/js/vendor.358a7f7fc2949ba48fe2.js></script><script type=text/javascript src=/static/js/app.b9d681811ab4946c7cda.js></script></body></html>
2 changes: 2 additions & 0 deletions docs/static/css/app.de49cc038c383a15d5a9c608c1deaf6e.css

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Loading

0 comments on commit 645d7d4

Please sign in to comment.