1
0
mirror of https://github.com/danbee/chess synced 2025-03-04 08:39:06 +00:00

Stop running PhantomJS and build assets

This commit is contained in:
Daniel Barber 2018-01-19 16:44:42 -05:00
parent 96a278c88b
commit a5a6f0695c
Signed by: danbarber
GPG Key ID: 931D8112E0103DD8

View File

@ -24,10 +24,8 @@ echo "Creating and migrating database"
mix ecto.create mix ecto.create
mix ecto.migrate mix ecto.migrate
echo "Running PhantomJS" echo "Building assets"
phantomjs --webdriver=0.0.0.0:8910 2>/dev/null &
echo "Installing NPM assets"
cd assets cd assets
npm install npm install
npm run build
cd .. cd ..