Sha256: f638b514fd9a2e3c6959ed471d808be4049e7231833ae3df2013d25747c69c25

Contents?: true

Size: 172 Bytes

Versions: 12

Compression:

Stored size: 172 Bytes

Contents

#This file is used for `flok server`
guard :shell, :all_on_start => true do
  watch %r{app/.*} do |m|
    res = system("flok build")
    $stdout.puts "BUILD RAN"
  end
end

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
flok-0.0.40 lib/flok/project_template/Guardfile
flok-0.0.39 lib/flok/project_template/Guardfile
flok-0.0.38 lib/flok/project_template/Guardfile
flok-0.0.36 lib/flok/project_template/Guardfile
flok-0.0.35 lib/flok/project_template/Guardfile
flok-0.0.34 lib/flok/project_template/Guardfile
flok-0.0.33 lib/flok/project_template/Guardfile
flok-0.0.32 lib/flok/project_template/Guardfile
flok-0.0.31 lib/flok/project_template/Guardfile
flok-0.0.30 lib/flok/project_template/Guardfile
flok-0.0.29 lib/flok/project_template/Guardfile
flok-0.0.28 lib/flok/project_template/Guardfile