Skip to content

Instantly share code, notes, and snippets.

@EdaCZ
Created April 8, 2014 18:50
Show Gist options
  • Save EdaCZ/10170483 to your computer and use it in GitHub Desktop.
Save EdaCZ/10170483 to your computer and use it in GitHub Desktop.
#!/bin/bash
#gnome-terminal -x sass.sh --tab
#gnome-terminal -x coffee.sh --tab
scss --cache-location '/tmp/sass-cache' --debug-info --watch .:. &
coffee --watch --compile .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment