Skip to content
This repository has been archived by the owner on Apr 10, 2024. It is now read-only.

Commit

Permalink
move compression into seperate action
Browse files Browse the repository at this point in the history
  • Loading branch information
Rob Griffiths committed May 4, 2011
1 parent c8f9e9a commit 034e4fa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Expand Up @@ -104,6 +104,8 @@ ${JSOA_COMMONJS}: ${JSOA_PRODUCTION_MIN}
@@cp ${SPEC_DIR}/test-* ${COMMONJS_TEST_DIR}/. @@cp ${SPEC_DIR}/test-* ${COMMONJS_TEST_DIR}/.
@@cp ${SRC_DIR}/package.json ${COMMONJS_DIR}/. @@cp ${SRC_DIR}/package.json ${COMMONJS_DIR}/.
@@echo "Build complete." @@echo "Build complete."

commonjs-compress: ${JSOA_COMMONJS}
@@echo "Compressing..." @@echo "Compressing..."
@@ditto -ck --sequesterRsrc --keepParent ${COMMONJS_LIB_DIR} ${JSOA_COMMONJS_ZIP} @@ditto -ck --sequesterRsrc --keepParent ${COMMONJS_LIB_DIR} ${JSOA_COMMONJS_ZIP}
@@echo "Compression complete" @@echo "Compression complete"
Expand Down

0 comments on commit 034e4fa

Please sign in to comment.