On Tuesday, June 23, 2015 at 1:28:11 PM UTC+2, Vinicius Assef wrote: > > Besides that, I would copy the files under static folder that comes with > the welcome application. > > Sometimes there’s some update in web2py.js, etc. > > IMHO, that's not a prudent advice, especially not to inexperienced users..
The one file you mention, web2py.js, is specific to web2py, most of the other files there are completely specific to CSS frameworks used in whatever the welcome application has at the time. You shouldn't simply expect that you can interchange them at will, without impacting the functionality of your application. With copying these files, you might be just updating Bootstrap from 3.x.z to 3.x.y or you might be overwriting your Bootstrap 2.x with 3.x files, breaking you application completely in the process. I'd advise anyone to make a clear distinction, anything that's under the application folder, except the admin, is <your application>, not web2py. Don't touch it unless you're prepared to. Regards -- 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 this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to web2py+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.