Skip to content

Commit

Permalink
add note about webserver
Browse files Browse the repository at this point in the history
  • Loading branch information
mwotton committed Jun 30, 2011
1 parent 64028a7 commit 0d6ad10
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 4 additions & 0 deletions README.md
Expand Up @@ -12,3 +12,7 @@ assumptions:

you have ruby installed
you have the 'watchr' gem installed


You'll also need a webserver to be looking at the directory. I use pow
<https://github.com/37signals/pow> but anything would do.
2 changes: 0 additions & 2 deletions watchr.rb
@@ -1,5 +1,3 @@
# run tests when they're changed
# watch('Tests/.*hs'){|md| system "tbc #{md[0]}"}
# for the moment, when anything changes, run everything
watch('src/.*\.mobl') do |md|
files = Dir['**/*.mobl'].map {|f| "-i #{f}"}.join(' ')
Expand Down

0 comments on commit 0d6ad10

Please sign in to comment.