emmetio / livestyle-sublime-old

Live bi-directional CSS edit of new generation
http://livestyle.emmet.io
260 stars 23 forks source link

[Feature] HTML support #32

Open franciscolourenco opened 11 years ago

franciscolourenco commented 11 years ago

This issue if for the implementation of live reloading of changes in html files.

Thanks!

Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

elmimmo commented 11 years ago

Indeed. Why only CSS?

faunris commented 11 years ago

Yep, we need this feature.

negativefix commented 10 years ago

Being able to live preview changes to html files would be awsome.

franciscolourenco commented 10 years ago

The workaround I'm using currently is Livestyle for CSS + Livereload for everything else. Notice you have to disable CSS monitoring in Livereload otherwise it will conflict with Livestyle. Livereload also compiles coffeescript and others which is a nice plus.