Build Process
-
Have local checkouts of arcs and arcs-cdn as siblings (i.e. the gulpfile in arcs-cdn expects to find mainline source code in ../arcs).
[path]/arcs
[path]/arcs-cdn -
Install npm utilities for arcs-cdn (one time).
[path]/arcs-cdn/> npm install
-
Check gulpfile.js, ensure correct build target (version number) is set there.
-
Build artifacts
[path]/arcs-cdn/> gulp
-
Built artifacts should appear in [path]/arcs-cdn/[version]/.
-
Update playground/ or other files as needed.
-
Commit/push the arcs-cdn repo.