Skip to content

Commit

Permalink
add comments to bin/build*.sh files
Browse files Browse the repository at this point in the history
  • Loading branch information
pabs@pablotron.org committed Feb 3, 2009
1 parent 5ada1f2 commit e675a14
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions bin/build-all.sh
@@ -1,2 +1,8 @@
#!/bin/sh

#
# This script is executed in a pre-commit hook to automagically
# regenerate the top-level persist-all-min.js file.
#

cat extras/swfobject.js src/persist.js | jsmin > persist-all-min.js
6 changes: 6 additions & 0 deletions bin/build-min.sh
@@ -1,2 +1,8 @@
#!/bin/sh

#
# This script is executed in a pre-commit hook to automagically
# regenerate the top-level persist-min.js file.
#

jsmin < src/persist.js > persist-min.js

0 comments on commit e675a14

Please sign in to comment.