From 3afb7a4465cb06b84baa003e610f55e8e9e8e933 Mon Sep 17 00:00:00 2001 From: Trong Tran Date: Wed, 19 Dec 2012 01:02:28 +1100 Subject: [PATCH] guard init in a specific order --- scrolls/guard.rb | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/scrolls/guard.rb b/scrolls/guard.rb index d0c025b..c751cf8 100644 --- a/scrolls/guard.rb +++ b/scrolls/guard.rb @@ -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 @@ -67,7 +66,7 @@ run_before: [] category: other -# exclusive: +# exclusive: config: - guard_notifications: