path generation code ignores the ROOT_URL env var
csillag opened this issue · 4 comments
csillag commented
When running our Meteor 1.3 project, we have the ROOT_URL
env var set to /whatever/,
and so all the resources are served under that path.
However, in the autogererated custom.bootstrap.less
, I see this line:
@icon-font-path: "/packages/nemo64_bootstrap-data/bootstrap/fonts/";
This path doesn't contain the ROOT_URL
, and consequently, fonts don't work.
In the meteor code, the path should be generated by the Meteor.absoluteUrl() function, which automatically honors the env var.
simison commented
Oh, that's interesting! Perhaps it simply started working again. With 1.2 it didn't work. :-)
@Nemo64 @emgee3 do you know about this?
Nevertheless https://github.com/huttonr/bootstrap3 is better up to date.
emgee3 commented
Honestly haven't looked because I've been using huttonr's package...