yeoman / generator-chrome-extension

Scaffold out a Chrome extension
http://yeoman.io
MIT License
2.62k stars 224 forks source link

How to update my app to use the latest generator features ? #213

Open sangimed opened 5 years ago

sangimed commented 5 years ago

Hello,

How can I make my app (generated for example with the v0.7.1) to use features added in the v0.7.2 ?

hqtoan94 commented 5 years ago

I think you can work around by generate a new app and then copy the configurations of new features into your project. As I can see, there is no option for you to update your app to use the latest generator features by using the generator.

sangimed commented 5 years ago

wouldn't it be interesting to add a feature that automates the process to the project ? I'm not much into yeoman so don't know if it's feasable.