Skip to content

Instantly share code, notes, and snippets.

@shuhei
Created April 7, 2012 04:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shuhei/2325038 to your computer and use it in GitHub Desktop.
Save shuhei/2325038 to your computer and use it in GitHub Desktop.
Compile CoffeeScript and SCSS
watch('(.*)\.coffee') { |md| system "coffee -o js -c #{md[0]}" }
watch('sass\/(.*)\.s[ac]ss') { |md| system "compass compile #{md[0]}" }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment