Sha256: c2c070f5b87db1cb658ccbc4ccd131c24e7a5054464c6cfefc426d47169daf7b

Contents?: true

Size: 314 Bytes

Versions: 8

Compression:

Stored size: 314 Bytes

Contents

# A sample Guardfile
# More info at https://github.com/guard/guard#readme

## Uncomment and set this to only include directories you want to watch
# directories %w(app lib config test spec feature)

## Uncomment to clear the screen before every task
# clearing :on


watch(/^(app\/|config\/)/) do |m|
  `rake`
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
cordova-rake-0.5.2 lib/templates/Guardfile
cordova-rake-0.5.1 lib/templates/Guardfile
cordova-rake-0.5.0 lib/templates/Guardfile
cordova-rake-0.4.3 lib/templates/Guardfile
cordova-rake-0.3.1 lib/templates/Guardfile
cordova-rake-0.3.0 lib/templates/Guardfile
cordova-rake-0.0.8 lib/templates/Guardfile
cordova-rake-0.0.7 lib/templates/Guardfile