middleman / middleman-livereload

LiveReload support for Middleman
http://middlemanapp.com
MIT License
118 stars 39 forks source link

Fix CSS live reloading when @imported partials change #83

Closed amirnissim closed 8 years ago

amirnissim commented 8 years ago
  1. Fix an issue where imports did not trigger reloading of target file when file_resource exists.
  2. Supported options:
    • Rename :bundle_file_css to :livereload_css_target.
    • Add :livereload_css_pattern.

Fixes #3 Fixes #51

tdreyno commented 8 years ago

Thanks!