Re: How to livereload Django templates?

2013-11-21 Thread Nikolay Georgiev
I found a very simple solution using Grunt and a browser extension: https://github.com/sinnwerkstatt/sinnwerkstatt-web/blob/master/Django-livereload.md http://stackoverflow.com/a/20135843/2510374 Nikolay On Monday, November 18, 2013 11:12:26 AM UTC+1, Elyézer Rezende wrote: > > On Fri, Nov 15, 2

Re: How to livereload Django templates?

2013-11-15 Thread Nikolay Georgiev
13 11:08:44 PM UTC+1, Florian Apolloner wrote: > > Hi Nikolay, > > this mailing lists is about the development of Django itself; you might > wanna ask that on django-users > > Regards, > Florian > > On Monday, November 11, 2013 5:45:42 PM UTC+1, Nikolay Georgiev wr

How to livereload Django templates?

2013-11-12 Thread Nikolay Georgiev
Do you know some tips or concrete steps on how to livereload Django templates? Livereloading means that if I change the HTML Template, CSS or JS files that these files will be automatically reloaded in the browser, without me having to refresh the page manually. This leads to increased producti