You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 19, 2017. It is now read-only.
Jacob MacDonald edited this page Jul 16, 2014
·
1 revision
These are the steps for rolling new versions of the paper-elements:
Run bower update to grab the new versions of the javacript elements.
Check if any new elements were added by looking for new folders following the
pattern lib/src/paper-*. For each one of these elements, update the
files_to_generate section of paper_elements_config.yaml to make it generate
new stubs for that element.
Run dart tool/update.dart paper_elements_config.yaml.
Update the example/ folder by hand. Find all files with the name
lib/src/paper-*/demo.html that were modified and update the corresponding
example/paper-*.html file. If a new demo file was added then create a new
one and migrate it over.