roberto-butti / fit-geojson-vuejs

Parse FIT and/or GPX files and convert them into Geojson file
https://fit2geojson.netlify.com/
MIT License
13 stars 14 forks source link

fix for #83 #94

Closed andrea-giachetto closed 4 years ago

andrea-giachetto commented 4 years ago

Added meta tag for head and created a new .env file

roberto-butti commented 4 years ago

@andrea-giachetto thanks for the PR. Please put VUE_APP_GOOGLE_CODE="insert_your_gcode_here" into .env.dist instead of .env Thank you

andrea-giachetto commented 4 years ago

@roberto-butti I put it at first in the .env.dist file but the compiler throws an error and doesn't detect the value stored in that file (and I don't know why, maybe there's some webpack config to set up). https://cli.vuejs.org/guide/mode-and-env.html#environment-variables

roberto-butti commented 4 years ago

ok, @andrea-giachetto i understand your point of view. I raised two new issues thanks to your feedback: #95 and #96

So please avoid to commit your .env file. When we will fix these 2 issues everything will work fine.

Thank you!