trustie
trustie
Value of `METEOR_SETTINGS` is: ``` METEOR_SETTINGS: 'cat settings.json' ``` If that's not the recommended approach, what is a way to ensure that my app on Heroku grabs the contents of...
Running on Windows - but have access to commands like cat/ls/etc... ``` Setting config vars and restarting XXX... done, v22 METEOR_SETTINGS: $(cat settings.json) ``` So what really should happen is...
Getting closer - had to switch to powershell from "cmder". The output of the file is interpreted but the quotes are stripped around the json keys, which looks to be...
Even manually running: ``` heroku config:set METEOR_SETTINGS="{"foo":"bar"}" ``` ... fails, as the quotes inside are stripped out. Need to instead manually escape each quote like this: ``` heroku config:set METEOR_SETTINGS="{\"foo\":\"bar\"}"...
Hi @Rajiv-Kulkarni, After upgrading jQuery you need to update `index.html`'s scripts references to point to the new version of jQuery. `` will become ``