systemjs / plugin-css

CSS loader plugin
MIT License
92 stars 60 forks source link

Support CSS reload, Add tests #87

Closed npbenjohnson closed 8 years ago

npbenjohnson commented 8 years ago

Browser plugin automatically uses data-systemjs-css attribute on link tags to determine if css should be reloaded. Added workaround for what may be an issue with builder. Builder calls (fetch result).then(...), so the plugin failed because it returns an empty string on fetch for builder. I changed to Promise.resolve('').

guybedford commented 8 years ago

Excellent, thank you so much! I'll post out the release shortly.