middleman / middleman-livereload

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

Live reload CSS partials. #77

Closed amirnissim closed 9 years ago

amirnissim commented 9 years ago

Reload a CSS bundle file when detecting a partial changed instead of full page refresh.

By default will reload stylesheets/application.css unless :bundle_file_css option is set.

To opt out set bundle_file_css: nil.

More info: https://github.com/middleman/middleman-sprockets/issues/28 https://github.com/middleman/middleman-livereload/issues/51

tdreyno commented 9 years ago

Cool. Mind updating the docs here too?

https://middlemanapp.com/basics/development_cycle/#livereload

amirnissim commented 9 years ago

@tdreyno https://github.com/middleman/middleman-guides/pull/514