Skip to content

Instantly share code, notes, and snippets.

@bcherny
Created July 27, 2013 22:09
Show Gist options
  • Save bcherny/6096484 to your computer and use it in GitHub Desktop.
Save bcherny/6096484 to your computer and use it in GitHub Desktop.
Start SASS and CoffeeScript
cd ${0%/*} # cd to directory this script is in
clear # clear the console
echo "Starting SASS and Coffee..."
# start SASS
sass --watch sass:css &
# start CoffeeScript
coffee --watch --compile --output js/ coffee/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment