Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion script/package
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -e

version=$(git rev-parse --short HEAD)

sed -i '' -e"s/google_tracking_id:.*/google_tracking_id:/" _config.yml
sed -i "" 's/tracking_id *:.*/tracking_id:/' _config.yml
script/build -d $(pwd)/_site
(cd _site; tar -zcvf ../release-${version}.tgz .)
## we modify the config to remove the google tracker id, lets get it back.
Expand Down