systemjs / plugin-css

CSS loader plugin
MIT License
92 stars 60 forks source link

Support css hot reload #86

Closed npbenjohnson closed 8 years ago

npbenjohnson commented 8 years ago

hopefully a resolution for the discussion in #73, next version of npbenjohnson/systemjs-reloader will support css reload without chaining up to root modules if this goes in

guybedford commented 8 years ago

This looks great!

npbenjohnson commented 8 years ago

I'll fix the debugger statement. I'm not following the question about duplication. That is just stuck on the end of the promise so that no matter what happened with loading the new tag, the old tags get removed, it's the equivalent of a finally in q, is there is a better way to do that with standard promises?

npbenjohnson commented 8 years ago

fixing this, will resubmit

guybedford commented 8 years ago

Ok great thanks. Note you can also force push. That makes complete sense about the finally.