Re: [web2py] py4web - auto-reload

2020-01-20 Thread Jim Steil
Thank you very much. I will look into this. What I was hoping for was an auto-reload the way Flask does it. If you're in a dev environment it auto-reloads for you, no extra work on my part. But, I'll check this out, it should save me quite a few extra keystrokes -Jim On Mon, Jan 20, 2020 at 1

Re: [web2py] py4web - auto-reload

2020-01-20 Thread António Ramos
in 2014 i did this "live reload thing" with web2py https://www.youtube.com/watch?v=zt5gnKk40Zw Em seg., 20 de jan. de 2020 às 15:57, António Ramos escreveu: > I bet it can be done with https://gruntjs.com/ or https://gulpjs.com/ or > the new kid https://parceljs.org/ > > > > Em dom., 19 d

Re: [web2py] py4web - auto-reload

2020-01-20 Thread António Ramos
I bet it can be done with https://gruntjs.com/ or https://gulpjs.com/ or the new kid https://parceljs.org/ Em dom., 19 de jan. de 2020 às 17:40, Jim S escreveu: > Is there a way to get py4web to auto-reload when the source for an app has > changed? > > -Jim > > -- > Resources: > - http:

[web2py] py4web - auto-reload

2020-01-19 Thread Jim S
Is there a way to get py4web to auto-reload when the source for an app has changed? -Jim -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received th