To build the style guide and documentation website:
- Clone the repo
npm install- Build/Serve
gulp= compilegulp dev= compile & servegulp publish= build, zip, and deploy to documentation websitegulp publish --site=[local|localDebug|staging|prod]= (Optional) The default is "local"
node scripts/prod-deploy.js= serve on port 80 for production (requires files to be built separately)
Where to find stuff:
src/packagesWhere the components are with the raw code (css) and readme's
site/templatesThey shared handlebar templates for the contentwww/The served filescssCommited styles for site functionimagesCommited asssetsdistcompiled styles
gulp/tasksWhere we keep the gulp tasks