Skip to content
This repository has been archived by the owner on Mar 26, 2018. It is now read-only.

Generator reboot

Compare
Choose a tag to compare
@robdodson robdodson released this 21 Jul 17:28
· 258 commits to master since this release

This is a reboot of the generator-polymer after a lot of confusion regarding the old behavior. The default yo polymer task will now generate a Polymer application (instead of just generating an element). It will no longer bower install its dependencies into the parent directory. To create a new element within your application, you can run yo polymer:el.

The old behavior for creating stand-alone shareable element repos has been preserved. To create a shareable element using the old behavior, run yo polymer:seed and to generate docs for that element run yo polymer:gh.

  • 4683fb4 Update readme to mention polymer:el adds an import
  • 468c97a Auto generate imports in elements.html
  • 2ffc31b Add application scaffold as default task
  • 68912da Add banner in Readme
  • 5f9fa00 Readme updates to explain installation