-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
I'm genuinely uncertain how Jammit is supposed to be acting right now.
My CSS contains local references like url('../font/fontello.eot?95329667') which, when compiled, are converted to reference my local filesystem structure with a weirdly part-relative / part-absolute syntax, e.g. url(../Users/justin/Projects/documentcloud-pages/src/css/vendor/fontello/font/fontello.eot?1433297684).
I would expect it to either:
- Keep the existing path
- Restructure the path to maintain relative traversal to the original resource
- Replace it with an absolute reference to the original resource
- Or something?
I'm genuinely unsure of correct behavior, as this Jammit issue acknowledges the problem and points to public_root as the answer, but I was unable to make public_root work. My guess is that the out-of-Rails use case isn't well tended.
Trying to resolve that led to fa09665 as a prerequisite.