Sha256: ef5eba05813e278c825d35ab047dd08c6538124e3d4603900ed01f82128010ed

Contents?: true

Size: 192 Bytes

Versions: 5

Compression:

Stored size: 192 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 #{ENV['PLATFORM']}");
    $stdout.puts "BUILD RAN"
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
flok-0.0.27 lib/flok/project_template/Guardfile
flok-0.0.26 lib/flok/project_template/Guardfile
flok-0.0.25 lib/flok/project_template/Guardfile
flok-0.0.24 lib/flok/project_template/Guardfile
flok-0.0.23 lib/flok/project_template/Guardfile