You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by GitBox <gi...@apache.org> on 2018/03/02 04:59:25 UTC

[GitHub] dblotsky commented on issue #793: [CB-13925] Making file fetch happen on every build.

dblotsky commented on issue #793: [CB-13925] Making file fetch happen on every build.
URL: https://github.com/apache/cordova-docs/pull/793#issuecomment-369821049
 
 
   @janpio if you want to know which tasks there are, you run `gulp`, and it prints out a whole page describing itself. It's already documented, exactly at the point where you would need the doc: when you use the build system.
   
   Moreover, I think if you want to work on the docs system (not just modifying contents of the docs), you do need to know the implementation. For example that extra doc section does describe the implementation, since you never actually need to run `gulp fetch`, the same way you never run `gulp styles`. It runs automatically, as part of the build dependency graph.
   
   Since you and @stevengill have been working on the docs a fair bit, I thought it might be useful for me to pass some of the implementation knowledge to you (because reading the code is less efficient, but still just as informative). I also think because you folks are working on this, you might have more opportunities to document the implementation than I will. However, I could try and find some time to document this in the next few months if you think it will be valuable.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org