Skip to content

Commit

Permalink
Explicitly delete .ht files on distribution build [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
ginatrapani committed May 23, 2012
1 parent d44d0e0 commit f5b5497
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extras/scripts/generate-distribution
Expand Up @@ -33,5 +33,5 @@ rm -rf build/thinkup/plugins/twitterrealtime/
# Zip it up
cd build/
zip -r thinkup.zip thinkup
zip -d thinkup.zip __MACOSX* *.DS_Store *.ecoder_permissions_check.txt
zip -d thinkup.zip __MACOSX* *.DS_Store *.ecoder_permissions_check.txt *.ht*
rm -rf thinkup

0 comments on commit f5b5497

Please sign in to comment.