We have created several custom-components and plan to ship them with a (modified) Polymer-designer for our users to create full apps for a specific industry.
So far the user is able to:
- Create an app using Polymer components and our specific custom-components.
- Preview the app without supplying a Github token (Github dependency has been removed)
- Save the app: This saves an HTML file that is required to run (all the imports, etc)
- Export the design: this will create a project/folder for the user with an
- HTML file (the same as in the save app case)
- a bower.json file (with all the dependencies properly listed)
- a .bowerrc (to force the components to be imported to the 'components' directory rether than 'bower-components'
In the next phase we want to provide the user the ability to reload their design in Polymer-designer and update it.
This is where we are having difficulties and need some pointers.
We've tried several paths that led nowhere.
I'm not sure if this is even possible or not with the current design of Polymer-designer.
I'm looking forward to some suggestions