Skip to content

Commit

Permalink
Bump ocular-gatsby to fix direct page access
Browse files Browse the repository at this point in the history
  • Loading branch information
Ib Green committed May 13, 2019
1 parent ae7794f commit e337d7e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
1 change: 1 addition & 0 deletions arrowjs/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"develop": "rm -fr .cache && gatsby develop --port=8001",
"build": "gatsby build --prefix-paths",
"serve": "gatsby serve --prefix-paths",
"deploy": "mv public ../../website/public/arrowjs",
"publish-docs": "yarn build && mkdir -p ../../docs/arrowjs && rm -rf ../../docs/arrowjs/* && mv public/* ../../docs/arrowjs"
},
"dependencies": {
Expand Down
2 changes: 2 additions & 0 deletions docs/contributing.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
"main": "index.js",
"scripts": {
"start": "yarn clean-examples && yarn clean && yarn develop",
"build": "yarn clean-examples && yarn clean && gatsby build",
"clean": "rm -rf ./.cache ./public",
"clean-examples": "find ../examples -name node_modules -exec rm -r {} \\;",
"clean-examples": "find ../examples -name node_modules -exec rm -r {} \\; || true",
"develop": "gatsby develop --port=8001",
"build": "yarn clean-examples && gatsby build",
"serve": "gatsby serve",
"deploy": "NODE_DEBUG=gh-pages gh-pages -d public"
},
Expand All @@ -37,7 +37,7 @@
"gatsby-plugin-no-sourcemaps": "^2.0.2",
"gatsby-plugin-styletron": "^3.0.5",
"gh-pages": "^2.0.1",
"ocular-gatsby": "1.0.0-alpha.27",
"ocular-gatsby": "1.0.0-alpha.28",
"sharp": "0.22.1"
}
}
Binary file removed website/static/images/example-gltf.jpg
Binary file not shown.

0 comments on commit e337d7e

Please sign in to comment.