Skip to content

Instantly share code, notes, and snippets.

@lepture
Created May 18, 2012 05:42
Show Gist options
  • Save lepture/2723398 to your computer and use it in GitHub Desktop.
Save lepture/2723398 to your computer and use it in GitHub Desktop.
Guardfile
from livereload.task import Task
def delay():
import time
time.sleep(10) # 10s
Task.add('*', delay)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment