Environment specific stylesheet URL
Closed this issue · 2 comments
I'd like to be able to specify stylesheet URL based on my current environment (development, staging, production).
It would be great if I could use environment variables in the data.json file understand what alternative way I should achieve this. I can't currently find any best-practice guidance in previous issues or the documentation.
My URLs are:
http://localhost:3000/assets/application.css
https://domain.com/assets/application.css
Background:
I don't want to add Astrum to my main repo, but instead want to reference my primary stylesheet and run it as a seperate server.
OBS: I read the CONTRIBUTING.md but couldn't figure out how to add label "feature request". Will edit this issue if someone can guide me in the right direction.