Skip to content

Commit

Permalink
make minify-app output compressed filename
Browse files Browse the repository at this point in the history
  • Loading branch information
oberhamsi committed Jan 27, 2012
1 parent 1de9f8e commit 6bb2b7e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/minify-app.sh
Expand Up @@ -51,3 +51,4 @@ ${EXEC_YABBLER} -i ${GAMEJS_HOME}/lib/ -o ${TEMP_WORKING}
cat ${GAMEJS_HOME}/examples/skeleton/public/yabble.js | ${EXEC_CLOSURE} > ${WRAPPED_FILE}
find ${TEMP_WORKING} -type f -exec cat {} \; | ${EXEC_CLOSURE} >> ${WRAPPED_FILE}
rm -rf ${TEMP_WORKING}
echo "Wrote ${WRAPPED_FILE}"

0 comments on commit 6bb2b7e

Please sign in to comment.