ufront / ufront-mvc

The core MVC framework that powers ufront
MIT License
17 stars 15 forks source link

UFront tutorial website is down #62

Open TheoSabattie opened 8 years ago

TheoSabattie commented 8 years ago

Hi,

I would like test this framework but the website which contains tutorials is currently down.

Image of issue

Can you fix that, please?

Thanks, Théo Sabattié

kevinresol commented 8 years ago

There isn't much information on that site actually. If you need tutorials you can have a look at https://github.com/kevinresol/ufront-nodejs-guide

TheoSabattie commented 8 years ago

Ok', thanks, I tried to compile 01_advanced_auth and I get this error:

01_advanced_auth>haxe server.hxml && haxe tasks.hxml
\haxe\lib\compiletime/2,6,0/src/CompileTime.hx:207: characters 24-29 : Currently CompileTime.getAllClasses() can only search by package name or base class, not interface, typedef etc.
\haxe\lib\compiletime/2,6,0/src/CompileTime.hx:117: characters 34-72 : Called from
src/Tasks.hx:24: characters 14-46 : Called from
Aborted
kevinresol commented 8 years ago

Try to apply this patch to your CompileTime library https://github.com/jasononeil/compiletime/pull/7/files