This repository was archived by the owner on Oct 9, 2020. It is now read-only.

Description
I use font-awesome, which works well in development when no bundle is used. However, with a bundle:
- Initial load page
/doc/faq
- Systemjs baseURL
/app
Now, the expected font url is /app/jspm_packages/npm/font-awesome...
But it actually is: jspm_packages/npm/font-awesome..., which resolves to /doc/faq/jspm_packages/.. and therefore fails to load.