sjelin / karma-redirect-preprocessor

A karma plugin. Changes the URL where files are served
MIT License
3 stars 1 forks source link

Not working with karma-systemjs #2

Open lcrodriguez opened 8 years ago

lcrodriguez commented 8 years ago

I'm serving the files through karma but I'm using the karma-systemjs plugin that has a serveFiles option. I see the file server on the propoer location, but not from the redirect location.

I'm trying to serve HTML files for Angular 2.0 correctly.

sjelin commented 8 years ago

Sorry, I'm not very familiar with karma-systemjs. Could you provide a minimal example?