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

9 lines
142 B
Bash
Raw Normal View History

#!/usr/bin/env bash
# Run web server
2013-03-02 23:21:59 +00:00
./scripts/web-server.js &
# Run coffee compile in watch mode
2013-03-02 23:21:59 +00:00
coffee -w --compile --output js/ coffee/