with Live Preview] document. Once you have done that, there are additional gems to
install to make it work (assuming that you are using http://livereload.com/[LiveReload]):
gem install guard-rspec guard-livereload
[source]
----
gem install guard-rspec guard-livereload
----
When running `guard start` within the `src/asciidoc/` folder, any changes to the
`src/asciidoc/index.adoc` file will automatically be written to
@ -30,17 +33,17 @@ When running `guard start` within the `src/asciidoc/` folder, any changes to the
@@ -30,17 +33,17 @@ When running `guard start` within the `src/asciidoc/` folder, any changes to the
== Troubleshooting
* If you are using LiveReload, make sure to select _Allow access to file URLs_ in the
LiveEdit plugin options of your browser.
* The icon used to enable _LiveReload_ can be a bit confusing. The dot is empty when it is
disabled and full when the plugin is active. Make sure to enable it on the tab
displaying the `index.html` file.
* Ensure you are _not_ running guard start at all as two instances could not run at the
same time. To exit a current session in a clean way, just type e in the shell.
* If you are using LiveReload, make sure to select _Allow access to file
URLs_in the LiveEdit plugin options of your browser.
* The icon used to enable _LiveReload_ can be a bit confusing. The dot is empty
whenit is disabled and full when the plugin is active. Make sure to enable it
onthe tab displaying the `index.html` file.
* Ensure you are _not_ running `guard start` at all as two instances could not run
atthe same time. To exit a current session in a clean way, type `e` in the shell.
== Documentation notes
== Documentation Notes
Some notes on documentation
Some notes on the documentation.
* Documentation is wrapped at 90 chars; ensure that you manually wrap your edits.
* Tabs are used for indentation; do not use spaces.
@ -48,4 +51,3 @@ Some notes on documentation
@@ -48,4 +51,3 @@ Some notes on documentation