Unfortunately we're a little between updates at the moment so you'll need to checkout the perf branch to clear up any dependency issues:
$ git clone https://github.com/Polymer/docs.git --recursive $ cd docs $ *git checkout perf* $ ./scripts/setup.sh $ grunt If all goes well you should be able to view the docs on localhost:3000. Also, make sure you're running Jekyll 2.0+ (you may need to run gem update jekyll or sudo gem update jekyll) We should have the perf branch merged in soon but if you need the docs this instant, this is the easiest way to get them up and running. Hope that helps! On Sat, Jul 26, 2014 at 5:42 PM, Joseph Dries III <[email protected]> wrote: > 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 > Warning: ENOENT, no such file or directory '/Users/user/www/ > polymer-project.org/docs/components/core-icons/iconsets/social-icons.html' > Use --force to continue. > > 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. > > Follow Polymer on Google+: plus.google.com/107187849809354688692 > --- > You received this message because you are subscribed to the Google Groups > "Polymer" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/polymer-dev/455a4d6c-e362-469f-96eb-12b68d759fcc%40googlegroups.com > <https://groups.google.com/d/msgid/polymer-dev/455a4d6c-e362-469f-96eb-12b68d759fcc%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > Follow Polymer on Google+: plus.google.com/107187849809354688692 --- You received this message because you are subscribed to the Google Groups "Polymer" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/polymer-dev/CAJj5OwAqi7EnCMY6Z5EDkxcyFZChSoSZFi0wnGtTBcAVCmE6%2Bg%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
