open-bounty/build-landing-page.sh
Teemu Patja cf797c71b8
Integrate welcome page
* route handler for /welcome
* update + run build-landing-page.sh
2017-11-01 17:54:02 +02:00

10 lines
405 B
Bash
Executable File

#!/usr/bin/env sh
# TODO: Gulp etc pipeline, for now just HTML tweaks
echo "Copying index.html, dest, and assets to resources/{templates,public}."
cp static_langing_page/index.html resources/templates/index.html
cp static_langing_page/welcome-dev.html resources/templates/welcome-dev.html
cp -r static_langing_page/dest/ resources/public/dest/
cp -r static_langing_page/assets/ resources/public/assets/