bin/flok in flok-0.0.21 vs bin/flok in flok-0.0.23
- old
+ new
@@ -64,19 +64,9 @@
end
desc "server", "Monitors for changes within your flok application and triggers an automatic rebuild of ./products/* for a PLATFORM when something in ./app changes"
include SpecHelpers #Contains sh2
def server platform
- File.write "Guardfile", %{
- guard :shell, :all_on_start => true do
- watch %r{^app/.*} do |m|
- system("#{$0} build #{platform}")
- res = system("#{$0} build #{platform}");
- $stdout.puts "BUILD RAN"
- end
- end
- }
-
#Ensure puts does something because it's on another thread
$stdout.sync = true
###########################################################################
#We execute two tasks that run at the same time, (1) the webrick hoster