Skip to content

Commit

Permalink
Merge pull request #14 from knod/deploy
Browse files Browse the repository at this point in the history
Fixes #13, allows deployment to gh-pages branch from clone of d2b
  • Loading branch information
knod authored Jan 3, 2018
2 parents 0fe8536 + b7b3c95 commit 4a0c835
Show file tree
Hide file tree
Showing 3 changed files with 61 additions and 12 deletions.
54 changes: 43 additions & 11 deletions package-lock.json

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

4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,15 @@
"ios": "react-native-scripts ios",
"eject": "react-native-scripts eject",
"test": "node_modules/.bin/jest --watch",
"build-web": "webpack --watch --config webpack.config.web.js"
"build:web": "webpack --config webpack.config.web.js",
"deploy": "npm run build:web&&gh-pages -d public"
},
"jest": {
"preset": "jest-expo"
},
"dependencies": {
"expo": "^23.0.4",
"gh-pages": "^1.1.0",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-native": "0.50.3",
Expand Down
15 changes: 15 additions & 0 deletions public/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"short_name": "Semantic App",
"name": "Semantic UI Test App",
"icons": [
{
"src": "favicon.ico",
"sizes": "192x192",
"type": "image/png"
}
],
"start_url": "./index.html",
"display": "standalone",
"theme_color": "#000000",
"background_color": "#ffffff"
}

0 comments on commit 4a0c835

Please sign in to comment.