livestyle / sublime-text

LiveStyle plugin for Sublime Text
http://livestyle.io
57 stars 5 forks source link

Is there any chance this amazing product can support javascript as well #6

Closed pingshunhuangalex closed 8 years ago

pingshunhuangalex commented 8 years ago

Is there any chance this amazing product can support javascript as well? Thanks.

sergeche commented 8 years ago

I’m afraid there’s no easy way to do so. It’s quite possible to hot-reload some code points but the problem is that JS holds state which can’t be updated like that and code reload will lead to unpredictable results

pingshunhuangalex commented 8 years ago

Maybe let the plugin to refresh the page whenever the js is saved. It's not as elegant as real-time solution, but can be quite useful already.