will fix this tonight.... stay tuned.
On Sep 21, 11:41 am, Corne Dickens <[email protected]> wrote: > Nope, > > In trunk there still is this regex match for the views. > (for models / controllers there is .+\.py, so maybe .+\.\w+ would be > better for the views?) > > On 21 sep, 17:53, Massimo Di Pierro <[email protected]> > wrote: > > > > > > > > > I believe this is fixed in trunk and the nightly built please check > > it. > > > On Sep 21, 7:03 am, Corne Dickens <[email protected]> wrote: > > > > Hi, > > > > In compileapp.py line 317 (compile_views) there is a regex that > > > matches ^[\w/]+\.\w+$, but the mobile views are called > > > view.mobile.html (instead of the normal view.html). > > > > Now when you try to compile an app the mobile views are left out. > > > > Simple solution would be to allow dots in the filename ^[\w/\.]+\.\w+$

