- Fix: Guard init failure.
- Fix: Mishandling of paths triggered a SameFile argument error.
- Changed guard template name for better compatibility with Guard's naming scheme.
- Updated to work with Guard 2.x
- Now pointing to the latest compatible Guard release.
- Fix: Copying files ensures that there are files to copy before printing its message.
- Added a way to ignore Guard Stitch Plus's source files.
- Double checks that there are files to remove before proceeding and printing remove message.
- Rack is now actually optional (oops).
- Rack process is now succesfully killed on Guard stop
- Removed more debugging output. Srsly?
- Removed some debugging output
- Unescape URLs in Rack (support for non-ASCII URLs)
- Rack root is now configured by Jekyll 'destination' configuration
- Now allowing Rack server as an alternative to Jekyll's WEBrick server.
- Ships with an internal config for Rack, but users can override it in the guard config options.
- Changed guard name to jekyll_plus to help Guard properly init the Guardfile.
- Added configuration to change the message prefix for Guard UI
- Added license to gemspec
- Copy and remove ignore changes in directories beginning with an underscore.
- Improved output for Jekyll build.
- Removed accidental debugging output.
Changed Now you must use jekyllplus in your guard file. Check the readme for updates.
- Changed guard name to jekyllplus to avoid issues with Guard Jekyll.
- Fixed installation of template guardfile
- Improved handling of Jekyll WEBrick server
New config options
config_hash
allows passing a config hash instead of an array of config files.silent
allows you to prevent all output other than exception errors.
- Improved colorized output.
- Rescued errors kill the Jekyll WEBrick server.
- Added support for Jekyll serve.
- Initial release. A nice guard watcher for Jekyll projects.