Skip to content

Instantly share code, notes, and snippets.

View JonathanWbn's full-sized avatar

Jonathan Wieben JonathanWbn

View GitHub Profile
{"lastUpload":"2020-09-20T12:57:15.205Z","extensionVersion":"v3.4.3"}
@JonathanWbn
JonathanWbn / compare-html-bodys-with-branch.sh
Created June 9, 2020 14:07
Compare html bodys for different pages for Now and Beyond. Requires `yarn start` to be running with shops for `fatty` and `skinny`.
#!/bin/bash
if [[ $# -eq 0 ]] ; then
echo 'No branchname provided.'
exit 0
fi
# te
themes=( editorial limelight neutral spotlight structure uptown vision )