Hi,
So I started following the instructions at
https://github.com/Polymer/docs to build a local copy of the docset — I'm going to be offline a lot over the next week, and I wanted to have a working set of documentation to really dig into Polymer.
However, I keep running into the following problems:
1. "git clone
https://github.com/Polymer/docs.git --recursive" does not find the private-tools repo. I *think* that's OK, but it happens every time I try from scratch to build things.
2. vulcanize is not properly installed given the existing documentation, nor the .json dependency files. grunt-vulcanize is, but there's still an error that is thrown that vulcanize is not found. Doing a "sudo npm install -g vulcanize" fixes that error.
3. When I do a ./scripts/setup.sh, it errors out with the following problem:
Running "vulcanize:build" (vulcanize) task
Aborted due to warnings.
Any advice? I see that file is referenced in several index files, as well as several demo files. But I don't see where it originates from.