rolaveric / karma-systemjs

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

Create a pattern matching base or absolute paths #52

Closed bespokebob closed 9 years ago

bespokebob commented 9 years ago

Karma will serve files under basePath under '/base', but files outside this path under '/absolute'. Create patterns for either type of file. Closes issue #51

rolaveric commented 9 years ago

Looks good. Thanks for the PR!