-
Notifications
You must be signed in to change notification settings - Fork 105
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
[Idea] changes to <style> injected without page reload #104
Comments
Just to double check, this is supported by |
Not AFAIK, |
hot css reload not implemented 0_o? |
@whitecolor CSS reloading is implemented with |
I actually searching for loading css modules with browserfy like: require('./style.css') with hot reload. |
For demos and prototypes I often avoid a separate
style.css
and just make a few CSS tweaks inline in theindex.html
. It would be neat if Budo could LiveReload those without hard reloading the page.It might work by diffing the HTML file changes to see if it's just a
<style>
tag that was changed.The feature would probably have to be added to
tiny-lr
(or a fork) to get this working.The text was updated successfully, but these errors were encountered: