This is an automated email from the ASF dual-hosted git repository.

dbarnes pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/geode-site.git


The following commit(s) were added to refs/heads/master by this push:
     new 176046c  Add troubleshooting info to README
176046c is described below

commit 176046ce3a3e3f33d81b5f3310ef530a639242f3
Author: Dave Barnes <[email protected]>
AuthorDate: Fri Oct 5 11:58:07 2018 -0700

    Add troubleshooting info to README
---
 README.md | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/README.md b/README.md
index cb1e408..1503214 100644
--- a/README.md
+++ b/README.md
@@ -94,6 +94,12 @@ You should still be on the __master__ branch.
   - Checks out the __asf-site__ branch, and
   - Copies the website files to their deployment directories.
 
+**HEADS-UP**
+The `gradlew publish` command *does not* update the `css` and `stylesheets` 
directories. If you made format changes there, you must manually merge the new 
versions of those files from the __master__ branch.
+
+  - While still on the __master__ branch, save those files to a location 
outside the geode-site repo.
+  - After running the `gradlew publish` command, copy the new versions to the 
appropriate directories in the __asf-site__ branch.
+
 
 ### 2. Add a new user guide
 

Reply via email to