Unfortunately, we don't have instructions but you can follow how the app loads a list of elements by following the same model.
1. The designer index.html dynamically loads an import with the set of polymer-ui-element metadata imports: https://github.com/PolymerLabs/polymer-ui-elements/blob/master/metadata.html 2. Each metadata element import defines a list of metadata for the designer tool to use: https://github.com/PolymerLabs/polymer-ui-scaffold/blob/master/metadata.html On Tue, Mar 18, 2014 at 11:22 AM, Mike Parsons <[email protected]>wrote: > Also are their any instructions on how to add another component to the > palette interface? > > > On Tue, Mar 18, 2014 at 2:11 PM, <[email protected]> wrote: > >> Thanks Eric ... this worked for the most part. I can load the designer >> but it gives me an error on loading >> >> 14:7:00 [404]: /components/paper-elements/metadata.html >> >> Is this important? >> > Not sure what this is but you can comment it out. FWIW, the elements that designer pulls in (polymer-element, polymer-ui-elements) are now in PolymerLabs. The set of elements that we'll improve, document, and evolve are the core-* elements on github.com/polymer/ . Sorry for all the flux right now. We need to spend some love on the tool :\ > >> >> >> >> On Tuesday, March 18, 2014 1:37:16 PM UTC-4, Eric Bidelman wrote: >> >>> Sandbox is not something we're actively maintaing atm. I'm seeing errors >>> when firing it up in Chrome. There's a newer Designer tool that's similar >>> to Sandbox that you might have better luck with. This should get you setup: >>> >>> git clone https://github.com/PolymerLabs/designer.git >>> >>> bower install >>> >>> Then run a web server in the root of the designer folder. >>> >>> >>> On Tue, Mar 18, 2014 at 10:04 AM, <[email protected]> wrote: >>> >>>> How do I go about getting the sandbox app to work locally? >>>> >>>> Is there a simple set of bower commands that I can use? >>>> >>>> I tried just downloading the repo from github but it requires a bunch >>>> of additional stuff >>>> >>>> ANy help would be appreciated >>>> >>>> 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/9d472ebf-100e-438f-832a-caf3b8fdecd5% >>>> 40googlegroups.com<https://groups.google.com/d/msgid/polymer-dev/9d472ebf-100e-438f-832a-caf3b8fdecd5%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/CANz%3DWq5SpiD%3DoKcWLrxgxmVJqrHzhdf0%2B-fZ7NvDRVsKFL1%3Dtg%40mail.gmail.com<https://groups.google.com/d/msgid/polymer-dev/CANz%3DWq5SpiD%3DoKcWLrxgxmVJqrHzhdf0%2B-fZ7NvDRVsKFL1%3Dtg%40mail.gmail.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/CACGqRCDXPZynQ3p3wA7r%2BUZ%3D6nXyn5qV28GJ9EFw7qu8rpJyNg%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
