generator-chromeapp icon indicating copy to clipboard operation
generator-chromeapp copied to clipboard

Using PSK as default application

Open ragingwind opened this issue 10 years ago • 9 comments

follow up of the guide from https://github.com/PolymerElements/polymer-starter-kit/blob/master/docs/chrome-dev-editor.md

ragingwind avatar Sep 14 '15 02:09 ragingwind

Would be cool if this generator could simply scaffold generator-polymer and do some modifications. WDYT? Is that even possible?

arthurvr avatar Sep 14 '15 05:09 arthurvr

It would be cool that is one of my early plan. FYI, My (early) plan is that the generator use two type of PSK to scaffold it. The one is light version to encourage developers to use CDE above link for developing Chrome apps another is PSK full version included build system, which can be use generator-polymer to scaffold. I'm not sure which one is default now.

ragingwind avatar Sep 14 '15 08:09 ragingwind

Maybe we should just make generator-polymer able to scaffold the light version too? Why not? Anyways I think the default should be the version with tooling. cc @robdodson @addyosmani WDYT?

arthurvr avatar Sep 14 '15 15:09 arthurvr

yeah we could probably have the generator scaffold both

robdodson avatar Sep 17 '15 18:09 robdodson

Today, I'm trying to develop with only PSK of light version so it's not necessary to use Polymer generator.

ragingwind avatar Sep 17 '15 19:09 ragingwind

Today, I'm trying to develop with only PSK of light version so it's not necessary to use Polymer generator.

It isn't strictly "necessary" but having it separated requires less maintainance and is modular and DRY ;)

arthurvr avatar Sep 17 '15 19:09 arthurvr

Which maintain issues or dry? If chrome-app generator need to use scaffolding options of polymer generator? It could be. but using polymer generator to download PSK light version is too heavy.

ragingwind avatar Sep 17 '15 20:09 ragingwind

Which maintain issues or dry?

We'd have to keep the version of PSK up to date and fix all incompatibilities every time there's a new PSK version. Just like we'll have to do so at generator-polymer, sounds like redundant, no?

ghost avatar Sep 17 '15 20:09 ghost

If two of generators has shared issues on PSK? It sounds like good and it should be. However I couldn't find them. downloading of PSK light version is only required until now. I just started into it I'll update if I get something

ragingwind avatar Sep 17 '15 20:09 ragingwind