a82ee8a2d5
Before, <WunderBar /> would compare the address inside it to the page address passed in by <Header /> to determine if there was a page change. This would cause user input to be replaced with "Home" when typing a search, since during a search the page address is always "Home," not the query. Now it simply checks if the page being viewed has changed. |
||
---|---|---|
.. | ||
.travis | ||
dist | ||
js | ||
scss | ||
.babelrc | ||
.eslintrc.js | ||
.gitignore | ||
.travis.yml | ||
Dangerfile | ||
LICENSE.md | ||
package.json | ||
README.md | ||
watch.sh | ||
webpack.config.js | ||
webpack.dev.config.js |
Development Setup
- Install node and npm (linux users: use this. if that doesn't work, this gist may be useful)
- Run
./watch.sh
(this willnpm install
dependencies)