this live reload is only a folder / project specific right ? (correct me if wrong) question is: how to implement livereload on whole apache server the www (sites, htdocs) folder as such so it applies automatically on any project you develop under that in any sub folder
If you set the project folder as your www or htdocs folder then it will compile any file(s) your currently editing within that directory regardless of how many levels deep it is.
we all have some apache (xampp, wamp, mamp)
and are using
http://livereload.com/
or
http://incident57.com/codekit/
this live reload is only a folder / project specific right ? (correct me if wrong)
question is:
how to implement livereload on whole apache server
the www (sites, htdocs) folder as such so it applies automatically on any project you develop under that in any sub folder
wwworhtdocsfolder then it will compile any file(s) your currently editing within that directory regardless of how many levels deep it is.ok will try that
thanks