Guard::Tishadow
Guard::Tishadow manages TIShadow for easier Titanium development.
Installation
Add this line to your application's Gemfile:
gem 'guard-tishadow'
And then execute:
$ bundle
Or install it yourself as:
$ gem install guard-tishadow
Usage
guard 'tishadow', :app_root => "testapp" do
watch(%r{^testapp/app/.*})
watch(%r{^testapp/tiapp.xml})
watch(%r{^testapp/spec/(.*)\.js})
end
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request