Hi,

I was just wondering how the folder layout works when byte compiling an 
app. I was trying some things on the basic Welcome app to try and sort it 
out.

After compiling the Welcome app, I tried two things. I moved out the source 
files from the controllers, models, and views folders, and either just left 
the compiled folder in place, or went and replaced all the source files 
from the controllers, models, and views folders with those files from the 
compiled folder. Neither of these attempts worked, throwing 'invalid 
controller' errors. 

The app obviously worked after compiling when I just left everything (the 
original source files in controllers, models, views, and everything in the 
compiled folder) in place, but I guess my question is if there is a way to 
run a compiled app only using the compiled files from the compiled folder 
and omit the original source files from mvc folders. 

TY,
-jl

-- 
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.

Reply via email to