This repository has been archived on 2020-09-11. You can view files and clone it, but cannot push or open issues or pull requests.
sp4ke.github.com/scripts/rundev.sh
2013-03-03 00:21:59 +01:00

9 lines
142 B
Bash
Executable File

#!/usr/bin/env bash
# Run web server
./scripts/web-server.js &
# Run coffee compile in watch mode
coffee -w --compile --output js/ coffee/