guide-me / GuideMe

an interactive story viewer
MIT License
4 stars 8 forks source link

Includes in global javascript node #6

Closed philormand closed 9 years ago

philormand commented 9 years ago

Is there a way to 'include' multiple global javascript files?

I know I can use

<Include file="MyGlobalJavaScript.xml" />

to include a self-contained global javascript section, but what I would like to do is

<GlobalJavascript>
<Include file="SomeGlobalJavaScript.xml" />
<Include file="MoreGlobalJavaScript.xml" />
</GlobaJavascript>
philormand commented 9 years ago

in 0.1.3