taggon / livereload

LiveReload plugin for Atom
MIT License
34 stars 13 forks source link

Auto append LiveReload javascript code #10

Closed jsncrdnl closed 9 years ago

jsncrdnl commented 9 years ago

Wouldn't it be possible to add a setting toggle for this plugin ? This might automatically append the live reload js code to a newly opened preview tab (so that we don't have to modify our source html file) ? (just like Brackets is doing for it's live preview)

taggon commented 9 years ago

If you don't want to modify your html file, Chrome LiveReload extension can be a good option.

It is hard to make my package provide the feature you want because Atom doesn't have any default package for previewing html files. I don't know what packages I should support.