Move static assets to where they "should be" in your build folder
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
echo "🚚🖼 Copying graphic assets to their expected folders" | |
cp -R $APP_DIR/build/web/assets/. $APP_DIR/build/web/ |