You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ro...@apache.org on 2019/10/14 10:47:13 UTC

[activemq-website] 04/04: add note about incremental build and how to clear its intermediate state

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

robbie pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/activemq-website.git

commit 5bb76ff168bf115d5e7972ee3e271b7b7fd09984
Author: Robbie Gemmell <ro...@apache.org>
AuthorDate: Mon Oct 14 11:46:44 2019 +0100

    add note about incremental build and how to clear its intermediate state
---
 README.md | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/README.md b/README.md
index 758eacb..05461ec 100644
--- a/README.md
+++ b/README.md
@@ -25,6 +25,10 @@ Alternatively, you can build and serve the site locally using Jekyll to test cha
 
     ./serve.sh
 
+Note that these helper scripts perform incremental builds. If for some reason you need to clear the metadata/cache used to support the build process, you can run:
+
+    rm -rf src/.jekyll-metadata .sass-cache/
+
 Contributing to the site
 ------------------------
 If you would like to make a change to the ActiveMQ site: