Files
website/scripts/start
T
2016-06-01 12:49:29 -06:00

10 lines
115 B
Bash
Executable File

#!/bin/bash
grunt watch &
pushd './build/' &>/dev/null
clear
nodemon ./server.coffee $*
echo ''
popd &>/dev/null