This commit is contained in:
Gregory Schier 2016-08-23 12:53:19 -07:00
parent c4fb6b2ddc
commit e7e85eac50

View File

@ -20,9 +20,7 @@ cp app/app.json "$BUILD_DIR/app.json"
cp app/app.json "$BUILD_DIR/package.json" cp app/app.json "$BUILD_DIR/package.json"
# Copy some things # Copy some things
cp app/app.js "$BUILD_DIR/" cp -r app/images app/external assets/* app/app.js "$BUILD_DIR/"
cp -r app/images "$BUILD_DIR/"
cp -r app/external "$BUILD_DIR/"
echo "-- INSTALLING PACKAGES --" echo "-- INSTALLING PACKAGES --"