Skip to content

Instantly share code, notes, and snippets.

@GregPK
Created November 22, 2013 12:38
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 GregPK/7599235 to your computer and use it in GitHub Desktop.
Save GregPK/7599235 to your computer and use it in GitHub Desktop.
# A Guardfile for use with nodeschool (http://nodeschool.io/)
# (part 1 - learnyounode)
# verify solution when any js.file changed
guard :shell do
watch(/(.*).js/) {|m| `learnyounode verify #{m[0]}` }
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment