In the Js Example it seems URIs such as fan://gfx/gfx.js are resolved to a compiled JS file.
So I have a project / pod called wotever and I've added the @Js annotation to most of the classes. My question, how do I generate fan://wotever/wotever.js, or compile my pod to Js?
andyMon 9 Jul 2012
The JavaScript file will be generated automatically when any types are marked with @Js: docLang::JavaScript
SlimerDude Mon 9 Jul 2012
In the Js Example it seems URIs such as
fan://gfx/gfx.js
are resolved to a compiled JS file.So I have a project / pod called
wotever
and I've added the@Js
annotation to most of the classes. My question, how do I generatefan://wotever/wotever.js
, or compile my pod to Js?andy Mon 9 Jul 2012
The JavaScript file will be generated automatically when any types are marked with
@Js
: docLang::JavaScriptSlimerDude Mon 9 Jul 2012
Cheers Andy, I had a pod name mixup but docLang::JavaScript helped a lot.
For those interested, here's my simple browser page: