hapipal / boilerplate

A friendly, proven starting place for your next hapi plugin or deployment
https://hapipal.com
184 stars 26 forks source link

Can you mix flavors? #46

Closed oronoa closed 6 years ago

oronoa commented 6 years ago

Not really clear, I would like to have a hapi with

Is it possible to just run all flavors on top of each other ?

devinivy commented 6 years ago

Yes, absolutely! Each flavor is just a commit with some code that you cherrypick into your project using git. So you can pull in multiple flavors. Just like any time you combine multiple branches of code, there can be merge conflicts, so if you run into a conflict just resolve them and keep moving. Any conflicts should be minor.