-
Notifications
You must be signed in to change notification settings - Fork 411
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Functional website #38
base: develop
Are you sure you want to change the base?
Conversation
Broken developer pages into separate files so they can have different URLs. |
…ockHeight and others
@cubedro Thank you for your implementation! It has been deployed to btcrelay.org Further notes:
And then in gh-pages branch, this was run to deploy to btcrelay.org:
|
New site looks great! |
@ethers site looks good! Np, you can leave it if you want to keep it separate. |
txBytes wasn't being passed in the transaction. The fix is in src/js/script.js to use text() instead of val().
Coded website with node.js, pug, less, bower, grunt tasks for development, production and surge deployment.