Skip to content

Commit

Permalink
Update README: use real Regexp in watch blocks.
Browse files Browse the repository at this point in the history
  • Loading branch information
rymai committed Jan 5, 2011
1 parent 02c62e1 commit 5225ed7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.textile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ h2. Configure Guard::Compass plug-in
The default configuration generated by 'guard init compass' looks like this

bc. guard 'compass' do
watch('^src/(.*)\.s[ac]ss')
watch(%r{^src/(.*)\.s[ac]ss})
end

the compass guard accept two options:
Expand Down

0 comments on commit 5225ed7

Please sign in to comment.