systemjs / plugin-css

CSS loader plugin
MIT License
92 stars 60 forks source link

JSPM 0.17 support? #79

Closed domagojk closed 8 years ago

domagojk commented 8 years ago

I tried using JSPM 0.17 beta but plugin css was not working (requests was directed to .js files - something.css.js) I'm just wondering will this be supported in the future?

Cheers, Domagoj

guybedford commented 8 years ago

You need to use loader configuration for CSS support. See https://github.com/systemjs/systemjs/blob/master/docs/overview.md#basic-use.