When using 'yo polymer:el' and chose to add the elements into the elements.html, in Windows it will generate Backslashes which makes the URI invalid and not rendering correctly in some Browsers:
You will need to change path.join in 'el/index.js' to always connect the paths with a slash.
When using 'yo polymer:el' and chose to add the elements into the elements.html, in Windows it will generate Backslashes which makes the URI invalid and not rendering correctly in some Browsers:
You will need to change path.join in 'el/index.js' to always connect the paths with a slash.
Regards Alain