Skip to content

Commit

Permalink
fix: enable build folder to be pushed for demo
Browse files Browse the repository at this point in the history
  • Loading branch information
cch5ng committed Mar 1, 2017
1 parent 7324ddd commit 3ce2344
Show file tree
Hide file tree
Showing 16 changed files with 339 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
/coverage

# production
/build
#/build

# misc
.DS_Store
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@

* This project's text content was sourced from the [h5bp repo, Front-end Developer Interview Questions](https://github.com/h5bp/Front-end-Developer-Interview-Questions/blob/master/README.md) with [MIT license](https://github.com/h5bp/Front-end-Developer-Interview-Questions/blob/master/LICENSE.md)

### Dependencies

Using node v6.9.2 (via nvm)

===

This project was bootstrapped with [Create React App](https://github.com/facebookincubator/create-react-app).
Expand Down
12 changes: 12 additions & 0 deletions build/asset-manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"main.css": "static/css/main.8cddde97.css",
"main.css.map": "static/css/main.8cddde97.css.map",
"main.js": "static/js/main.d366f35b.js",
"main.js.map": "static/js/main.d366f35b.js.map",
"static/media/glyphicons-halflings-regular.eot": "static/media/glyphicons-halflings-regular.f4769f9b.eot",
"static/media/glyphicons-halflings-regular.svg": "static/media/glyphicons-halflings-regular.89889688.svg",
"static/media/glyphicons-halflings-regular.ttf": "static/media/glyphicons-halflings-regular.e18bbf61.ttf",
"static/media/glyphicons-halflings-regular.woff": "static/media/glyphicons-halflings-regular.fa277232.woff",
"static/media/glyphicons-halflings-regular.woff2": "static/media/glyphicons-halflings-regular.448c34a5.woff2",
"static/media/logo.svg": "static/media/logo.5d5d9eef.svg"
}
Binary file added build/favicon.ico
Binary file not shown.
1 change: 1 addition & 0 deletions build/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width,initial-scale=1"><link rel="shortcut icon" href="/favicon.ico"><title>React App</title><link href="/static/css/main.8cddde97.css" rel="stylesheet"></head><body><div id="root"></div><script type="text/javascript" src="/static/js/main.d366f35b.js"></script></body></html>
8 changes: 8 additions & 0 deletions build/static/css/main.8cddde97.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions build/static/css/main.8cddde97.css.map

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

13 changes: 13 additions & 0 deletions build/static/js/main.d366f35b.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions build/static/js/main.d366f35b.js.map

Large diffs are not rendered by default.

Binary file not shown.
288 changes: 288 additions & 0 deletions build/static/media/glyphicons-halflings-regular.89889688.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
7 changes: 7 additions & 0 deletions build/static/media/logo.5d5d9eef.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 3 additions & 2 deletions src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,9 @@ class App extends Component {
}

/**
* @param {}
* @return {}
* @param {int} index for particular category of questions in h5bp_interview.json
* @param {[int]} list of index values
* @return {string} HTML list of random questions by index values
*
*/
renderQuestions(idxCategory, idxList) {
Expand Down

0 comments on commit 3ce2344

Please sign in to comment.