GDGSpain / gdg.es

The GDG Spain official website
https://gdg.es
MIT License
18 stars 16 forks source link

Fix bad builds by documenting polymer behaviors #34

Closed FredKSchott closed 7 years ago

FredKSchott commented 8 years ago

@abdonrd we just got our new analyzer working in polymer-build, so I decided to take it for a spin. Error reporting still isn't where we want it to be, but it looks like your builds weren't completing because the analyzer was having trouble detecting your behaviors. See https://www.polymer-project.org/1.0/docs/tools/documentation#behaviors for information on how to explicitly document them.

Polymer serve is now working on both bundled and unbundled on my machine. Let me know if you're still seeing problems

abdonrd commented 8 years ago

Thank @FredKSchott! 👏

But I just checked and the problem persists. 😕 With your PR, In Safari, the both (bundled and unbundled) versions:

screen shot 2016-09-24 at 02 31 36
JGSolutions commented 8 years ago

Can this a similar issue: https://github.com/PolymerElements/app-storage/issues/67#issuecomment-249496650