OK - I worked out how to create a single .js file, using krpano tools.
But when I specify this in the config file, it doesn't make any difference.
|
Quellcode
|
1
|
htmltemplates_js=../viewer/myjsfile.js
|
still becomes
|
Quellcode
|
1
|
<script src="xml/salon.js"></script>
|
in the resulting html file
In addition, I still seem to get .swf files, which I don't want. I've specified the following in the config file
|
Quellcode
|
1
|
#outputflash=falsehtml5=true
|
I can't find any documentation for these parameters (obvious thought it seems. The terminal output also says
Output: Flash=no HTML5=yes
Yet the later output says
processing - salon
- converting sphere to cube format...
done.
- input: *salon*.jpg (converted cube, size=2048x2048)
- output: html, swf, xml, tiles
- multires: no, maxcubesize=2048
- making images...
done.
So why does the droplet decide to produce the .swf file, when it says it's not going to?