bnjjj / my-infra

My infra is a mobile application to manage some of the OVH products and services.
MIT License
20 stars 3 forks source link

Improve contributing #54

Closed VincentCasse closed 7 years ago

VincentCasse commented 7 years ago

Just after the installation, ionic show me a white page, and I find some white papers. It was late and I was going to sleep. After a good night, I see a gulpfile and try to use gulp. Youra, It's working! So, to help another developers, I improve the doc :)

bnjjj commented 7 years ago

Alright, the issue comes from ionic cli version you downloaded. I have to upgrade my ionic version in order to have the same build system than in ionic RCX. Thanks for your contributions. I give you just an advice in order to continue with a good version. install ionic with npm i -g ionic@2.0.0-beta.25and if you want to contribute, master will be very deprecated soon, so work on v2_dashboard branch ! You'll see the v2, and it's very different ! (tips, after switching to v2_dashboard, rm -rf node_modules and make npm i) :)