cesium-3d-tiles branch is not building

Hi everyone!

I'm trying to work with 3d Tiles, but I have a problem.
After building cesium-3d-tiles brunch in root folder appears empty Build folder, only with minifyShaders.state file(modules are successfuly installed, node.js 6.9.1).
When I try to open web page with cesium I get errors in console such as "Failed to load resource..." and "Uncaught ReferenceError: Cesium is not defined(…)". How build this branch and start viewing 3d Tiles sets?

Thanks

minifyShaders.state being the only file in Build is expected for normal development. I just confirmed that the 3d-tiles branch is working as expected and could run the Sandcastle examples without any issues.

Please check the steps in the build guide and make sure you didn’t miss anything: https://github.com/AnalyticalGraphicsInc/cesium/tree/master/Documentation/Contributors/BuildGuide

You are right, thank you!