Merge pull request #326 from ioga/assets-prefix

Support custom prefix (root) for resources URLs in html5.
This commit is contained in:
Joshua Granick
2015-02-11 09:06:31 -08:00
4 changed files with 15 additions and 4 deletions

View File

@@ -32,6 +32,8 @@ class ApplicationMain {
::else::types.push (null);::end::
::end::::end::
urls = [for (url in urls) Assets.getPath(url)];
preloader.load (urls, types);
#end
@@ -99,4 +101,4 @@ class ApplicationMain {
#end
}
}