deploy.sh fails after git checkout (app/js/data/*.* in .gitignore, so "data" directory nonexistent)
tomaszn opened this issue · 0 comments
tomaszn commented
For git the app/js/data/ directory is empty, because of "." in ./app/js/data/.gitignore, and doesn't get committed. In such case ./deploy.sh fails:
./deploy.sh: 8: ./deploy.sh: cannot create app/js/data/config.js: Directory nonexistent