Closed amirnissim closed 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.
stylesheets/application.css
:bundle_file_css
To opt out set bundle_file_css: nil.
bundle_file_css: nil
More info: https://github.com/middleman/middleman-sprockets/issues/28 https://github.com/middleman/middleman-livereload/issues/51
Cool. Mind updating the docs here too?
https://middlemanapp.com/basics/development_cycle/#livereload
@tdreyno https://github.com/middleman/middleman-guides/pull/514
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