Skip to content

Instantly share code, notes, and snippets.

@postnati
Created July 11, 2011 09:51
Show Gist options
  • Save postnati/1075624 to your computer and use it in GitHub Desktop.
Save postnati/1075624 to your computer and use it in GitHub Desktop.
PhoneGap Watchr
watch /src\/.*\.haml/ do |md| `thor convert:haml` end
watch /src\/.*\.rb/ do |md| `thor convert:haml` end
watch /src\/.*\.scss/ do |md| `thor convert:sass` end
watch /src\/.*\.sass/ do |md| `thor convert:sass` end
watch /src\/.*\.coffee/ do |md| `thor convert:coffee` end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment