Skip to content

Commit

Permalink
Adds echo.
Browse files Browse the repository at this point in the history
  • Loading branch information
mbleigh committed Jul 3, 2012
1 parent 16eb2be commit b47cf0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/compile
Expand Up @@ -101,6 +101,7 @@ function package_download() {

function package_assets() {
cd /app
echo "-----> Packaging assets with hem"
node_modules/hem/bin/hem build
}

Expand Down Expand Up @@ -175,5 +176,4 @@ run_npm "install --production"
run_npm "rebuild"
echo "Dependencies installed" | indent

# package up assets using hem
package_assets

0 comments on commit b47cf0b

Please sign in to comment.