Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions scrolls/guard.rb
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,8 @@
end

after_bundler do
run "bundle exec guard init"

# TODO move livereload to the top of the Guardfile so it is zippy quick
KNOWN_GUARD = %w[livereload spork bundler cucumber rspec test haml less passenger puma redis resque unicorn]
run "bundle exec guard init #{KNOWN_GUARD.join(" ")}"
end


Expand All @@ -67,7 +66,7 @@
run_before: []

category: other
# exclusive:
# exclusive:

config:
- guard_notifications:
Expand Down