Github user dblotsky commented on a diff in the pull request:

    https://github.com/apache/cordova-docs/pull/516#discussion_r54022811
  
    --- Diff: gulpfile.js ---
    @@ -211,8 +203,10 @@ gulp.task("watch", ["serve"], function () {
         gulp.watch(
             [
                 path.join(ROOT_DIR, "**", "*.yml"),
    -            path.join(SOURCE_DIR, "**", "*.html"),
    -            path.join(SOURCE_DIR, "**", "*.md"),
    +            path.join(SOURCE_DIR, "**", "*.html") + "!" + 
path.join(DOCS_DIR, "**"),
    +            path.join(SOURCE_DIR, "**", "*.md") + "!" + 
path.join(DOCS_DIR, "**") ,
    --- End diff --
    
    This won't generate the site if the docs files change, and we want to have 
the site regenerate when a docs file changes. Please enclose these in `if 
(gutil.env.nodocs)`.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org

Reply via email to