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.
I use font-awesome, which works well in development when no bundle is used. However, with a bundle:
/doc/faq/appNow, 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.