AemLookout
Automatically deploys code changes while developing.
A short loop between when you make changes and when you see those changes is an important step to productivity!
Install
gem install aem_lookout
or add the following to your Gemfile:
gem 'aem_lookout'
and run bundle install from your shell.
Usage
- Create a lookout.json file for your code base, similar to the (example config file)[https://github.com/jnraine/aem_lookout/blob/master/example_config.json].
- Run
lookoutfrom the command line. May need to runbundle exec lookoutif the executable is not found. - Edit files — .java, .css, .content.xml, whatever — and watch them deploy to your local instance.
Contributing
- Fork it ( http://github.com/
/aem_lookout/fork ) - 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