You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using Elm with a Django backend, and i'd like to be able to use the html file that is served by django with elm-live, but when using the --proxy-host flag, the reload snippet isn't added to the html...
I tried specifying a --start-page but it seems like it is ignored also when using --proxy-host.
This is the command i'm using :
elm-live src/Main.elm --proxy-host=http://127.0.0.1:8000/ --proxy-prefix=/ --port=8001 --hot -- --debug --output=../backend/market/static/market/js/main.js
any clue as to how i could take advantage of the auto-relaod feature while serving static files with my local backend server?
thank you
The text was updated successfully, but these errors were encountered:
I'm using Elm with a Django backend, and i'd like to be able to use the html file that is served by django with elm-live, but when using the --proxy-host flag, the reload snippet isn't added to the html...
I tried specifying a --start-page but it seems like it is ignored also when using --proxy-host.
This is the command i'm using :
elm-live src/Main.elm --proxy-host=http://127.0.0.1:8000/ --proxy-prefix=/ --port=8001 --hot -- --debug --output=../backend/market/static/market/js/main.js
any clue as to how i could take advantage of the auto-relaod feature while serving static files with my local backend server?
thank you
The text was updated successfully, but these errors were encountered: