Sha256: 8b5517a9eee958e2823d072c4698843801c50a886ce6bf5e3871fb47f49b0804

Contents?: true

Size: 1.32 KB

Versions: 2

Compression:

Stored size: 1.32 KB

Contents

# middleman-livereload

middleman-livereload is an extension for the [Middleman](http://middlemanapp.com) static site generator that adds livereloading functionality.

# Install
If you're just getting started, install the `middleman` and `middleman-livereload` gems and generate a new project:

```
gem install middleman
gem install middleman-livereload
middleman init MY_PROJECT
```

If you already have a Middleman project:
Add `middleman-livereload` to your `Gemfile`, and open your `config.rb` and add:

```
activate :livereload
```

# Community

The official community forum is available at:

  http://forum.middlemanapp.com/

# Bug Reports

GitHub Issues are used for managing bug reports and feature requests. If you run into issues, please search the issues and submit new problems:

https://github.com/middleman/middleman-livereload/issues

The best way to get quick responses to your issues and swift fixes to your bugs is to submit detailed bug reports, include test cases and respond to developer questions in a timely manner. Even better, if you know Ruby, you can submit Pull Requests containing Cucumber Features which describe how your feature should work or exploit the bug you are submitting.

# Donate

[![Click here to lend your support to Middleman](https://www.pledgie.com/campaigns/15807.png)](http://www.pledgie.com/campaigns/15807)

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
middleman-livereload-3.0.1 README.md
middleman-livereload-3.0.0 README.md