Files
docker-docs/startup-scripts/bootstrap-dev.sh
2016-09-28 14:36:23 -07:00

9 lines
219 B
Bash
Executable File

# run this before the development container to bootstrap your local filesystem
npm install
cp app/favicon.ico app/.build/favicon.ico
make server-target
make styles-base
gulp images::dev
make images
make docker-font-dev