set -x set -e # Install yuicompressor if not already cached if [ ! -e $CIRCLE_BUILD_DIR/bin/yuicompressor ]; then npm install -g --prefix ${CIRCLE_BUILD_DIR} yuicompressor fi