Skip to content

Instantly share code, notes, and snippets.

@ordinaryzelig
Created May 21, 2011 06:44
Show Gist options
  • Save ordinaryzelig/984317 to your computer and use it in GitHub Desktop.
Save ordinaryzelig/984317 to your computer and use it in GitHub Desktop.
guard-coffeescript config for entire directory structure
guard 'coffeescript', {
:output => '.compiledJS',
:bare => true
} do
watch %r{(.*/(.+\.coffee))}
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment