-
-
Notifications
You must be signed in to change notification settings - Fork 196
Reconcile changes between wdtk and whatdotheyknow theme
If you've never used diff-theme-override
with vim, I've made a screencast of me going through it.
-
Ensure local
master
,wdtk
anddevelop
branches are up to date withorigin
in your local alaveteli checkout -
Ensure local
master
anddevelop
branches are up to date withorigin
in your local whatdotheyknow-theme checkout -
Ensure whatdotheyknow-theme
develop
is up to date with whatdotheyknow-thememaster
-
Switch your current alaveteli theme to whatdotheyknow-theme (
script/switch-theme.rb whatdotheyknow-theme && bundle exec rake assets:clean
) -
Check out
develop
in both alaveteli and whatdotheyknow-theme -
SSH to vagrant (if thats where your dev version is)
-
Reconcile views/overrides between alaveteli and whatdotheyknow-theme:
find $(script/current-theme -v) -type f -name "*.erb" -exec \
script/diff-theme-override -d "vim -d" {} \; 2>/dev/null
-
Commit changes to whatdotheyknow-theme, push and review.
-
Review changes between alaveteli
wdtk
anddevelop
. Consider that you're about to deploy these to production.
- Merge
develop
in towdtk
in alaveteli and push - Merge
develop
in tomaster
in whatdotheyknow-theme and push - Deploy WDTK