-
Notifications
You must be signed in to change notification settings - Fork 6.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
document build.js #396
document build.js #396
Conversation
ping @nodejs/website |
I think most of that was written between @fhemberger and @phillipj so they are probably best to review. |
👍 for comments!!! |
|
||
'use strict' | ||
|
||
// BUILD.JS: This file is responsible for building the HTML site and serving it | ||
// as a static server. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"This file is responsible for building static HTML pages and a server for local development."?
Very nice work @sup! The setup isn't very self explanatory for new comers, hopefully these comments will make it a lot easier too grasp 👍 Other than the comments, this LGTM. |
this is something that i've been wanting to do for a longer time now. let's document the quite complicated (for a metalsmith build script at least)
build.js
file.i've started and added some base comments. if any of those are wrong or superfluous, please let me know. also let me know if there's something left to be documented!