Website for redux-form.com
~/oss/redux-form–masterbranch ofredux-form/redux-form~/oss/redux-form-examples–masterbranch ofredux-form/redux-form-examples~/oss/redux-form-docs–masterbranch ofredux-form/redux-form-docs- This is auto deployed via Netlify to
redux-form.com(or it was before I transfered ownership to theredux-formorg) - Contains
publish.js, a horrible pre-Gatsby static site generator
- This is auto deployed via Netlify to
~/oss/redux-form-website-template–masterbranch ofredux-form/redux-form-website-template- This is where styling tweaks sometimes need to be made
- It needs to be
npm publish'd and the version updated in all the examplespackage.jsons andredux-form-docsrepos to get the new changes.
cd ~/oss/redux-form-examples./scripts/build-examples.sh --rebuildcd ~/oss/redux-form-docs./pub.sh 8.5.6(to publish v8.5.6)git add 8.5.6- Edit line 8 of
index.htmlto point to latest version git commit -a -m "v8.5.6"git push- Wait 5-10 minutes for Netlify to do the rest