rolaveric / karma-systemjs

Karma plugin for using SystemJS as a module loader
MIT License
40 stars 19 forks source link

Relocate absolute paths in SystemJS config file #54

Closed bespokebob closed 9 years ago

bespokebob commented 9 years ago

Absolute paths are not affected by changing baseURL, so they must all be rewritten to be under /base. Closes issue #53