posva / vuexfire

Check
https://github.com/vuejs/vuefire
MIT License
558 stars 49 forks source link

Move circleci config to correct folder #197

Closed ittus closed 5 years ago

ittus commented 5 years ago

Move circle.yml to .circle/config.yml

posva commented 5 years ago

Is there any advantage to this? Having one file is simpler

ittus commented 5 years ago

My understanding:

I'm not sure why circle.yml is still working with version 2.0 🤔

posva commented 5 years ago

So apparently it will work: https://discuss.circleci.com/t/whats-the-difference-between-circleci-folder-and-circle-yml/13651/3 the folder is when you need more features. I remember I have used it to use custom docker images

Thanks for the concern tho! 🙂