95cb2baab2
wallet.js did not compile with .bind after the lambda function, and after talking in #dev in Gitter we came to the conclusion to just remove the bind as it's not necessary |
||
---|---|---|
.. | ||
.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)