Skip to content

v2.5.0

Compare
Choose a tag to compare
@e2 e2 released this 20 Oct 00:42
· 37 commits to master since this release

New Features / Improvements

  • #146 Completely reworked Guardfile template rules (including old+new asset pipeline handling)
  • #147 You can supply your own tweaked livereload.js file
  • #147 livereload.js.erb file handling, so you can configure how livereload behaves from your Guardfile
  • #141 Use kqueue polling on OSX and avoid the warning
  • Various Readme updates

Workarounds

  • #147 allows changing additionalWaitingTime to mitigate "refresh on hover" issues (#123)

Development

  • #124 Use Guard::Compat for better future support, add RuboCop checking
  • #147 Added template specs