yeoman / generator-chromeapp

Scaffold out a Chrome app
http://yeoman.io
310 stars 54 forks source link

Using PSK as default application #59

Open ragingwind opened 9 years ago

ragingwind commented 9 years ago

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

arthurvr commented 9 years ago

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

ragingwind commented 9 years ago

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.

arthurvr commented 9 years ago

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?

robdodson commented 9 years ago

yeah we could probably have the generator scaffold both

ragingwind commented 9 years ago

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

arthurvr commented 9 years ago

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 ;)

ragingwind commented 9 years ago

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.

arthurvr commented 9 years ago

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?

ragingwind commented 9 years ago

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