Skip to content

Instantly share code, notes, and snippets.

@christoomey
Forked from ordinaryzelig/Guardfile
Created May 23, 2011 19:40
Show Gist options
  • Save christoomey/987408 to your computer and use it in GitHub Desktop.
Save christoomey/987408 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