Confusion over 3.2.0-beta2
-
The beta 2 link shows two files with different version numbers
DueUI-Standalone-v3.0.1-beta2.zip
DueUI-Standalone-v3.2.0-beta2.zipwhich is which ?
Also - it looks like the packaging of the js files has changed and therefore the dueui.html as well ? Note that one of the dueui.html files appears to be blank.
Between beta 1 and beta 2 was the only change to the js files and the html file ? i.e. can I just copy those files over the beta 1 install ?
-
I really messed that up, sorry. I just uploaded the correct files.
DueUI-Standalone-v3.2.0-beta2.zip is correct.There was an issue with the 3.0.1 release where I was copying the wrong files so that zip file was probably messed up.
Use the 3.2.0-beta2 files and you should be OK.
-
Thx - I will give it a whirl
-
What's the difference between the two package versions ?
I see that the standalone version has most (all?) of the files in the directories compressed as .gz whereas the DSF version has uncompressed files. Also the js bundling is different between the two.
I have been successfully using the files from the DSF version (even though I'm running a standalone http server NOT on the Duet).
As a side note: dueui.html in the Standalone version is a blank file
-
And the DSF version reports to be beta 1? Not sure if its really beta 1 or beta 2.
I'll try the Standalone version (after uncompressing the .gz files )
-
I tried the standalone version but get errors
I modified the the dueui.html:
<html> <head> <title></title> <meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" /> <meta http-equiv="Pragma" content="no-cache" /> <meta http-equiv="Expires" content="0" /> <link rel="stylesheet" href="css/dueui-Cerulean.theme.css"> <link rel="stylesheet" href="css/dueui.css"> </head> <body onload="DueUI.startup();"> <script> dueui_version="v3.2.0-beta1"; </script> <script src="js/dueui_element.js"></script> <script src="js/dueui-bundle.js"></script> <script src="js/dueui-vendor-bundle.js"></script> </body> </html>
the js folder looks like this:
Nothing displays and the error is this:
-
@stuartofmt I think you have versions mixed up somewhere. I just checked DueUI-DSF-v3.2.0-beta2.zip and it has the string
dueui_version="v3.2.0-beta2";
I did make another stupid mistake in the build of the Standalone file and I just uploaded that one again.
If you're hosting on your own web server, you should use the DSF version. The standalone version has the files gzipped and are in a structure suited for installing directly on the Duet. The DSF version is structured for serving by a traditional web server.
Sorry for all the confusion.
-
I very much appreciate all the hard work.
Thanks for the clarification on the two versions.
What happened was that I copied the index.html file from the prior version over and that's where it picked up the back rev label