Skip to content

Commit

Permalink
Update Guardfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve Johnson committed Aug 20, 2013
1 parent fde3863 commit 452eae8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions docs/Guardfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ from livereload.compiler import shell

# You may have a different path, e.g. _source/
Task.add('*.rst', shell('make html'))
Task.add('*/*.rst', shell('make html'))
Task.add('_static/*.css', shell('make html'))
Task.add('Makefile', shell('make html'))
Task.add('Guardfile', shell('make html'))
Task.add('conf.py', shell('make html'))
Task.add('../better', shell('make clean html'))

0 comments on commit 452eae8

Please sign in to comment.