I'm having difficulty with the initial set-up of this package. I am a bit of a newbie with regards to Javascript so apologies if I'm missing something very fundamental and obvious.
On my server I am storing the files in the original folder structure as per this repository. From their I point towards www./mywebdomain.com/files/....../src/solver.js I would have been hoping everything then have been taken care of and I could just test a few models- but I haven't even been able to get to that point!
Unfortunately this does not appear to be working for me? Do I have to make some behind the scenes changes to paths?
Even locally I could not get test.html to work by pointing to the actual path of src/solver
This definitely something simple that I am missing, would really appreciate a pointer in the right direction (i'm used to using one off javascript files but not as extensive packages as this- so I'm not sure where I'm going wrong).
Hi,
I'm having difficulty with the initial set-up of this package. I am a bit of a newbie with regards to Javascript so apologies if I'm missing something very fundamental and obvious.
On my server I am storing the files in the original folder structure as per this repository. From their I point towards www./mywebdomain.com/files/....../src/solver.js I would have been hoping everything then have been taken care of and I could just test a few models- but I haven't even been able to get to that point!
Unfortunately this does not appear to be working for me? Do I have to make some behind the scenes changes to paths?
Even locally I could not get test.html to work by pointing to the actual path of src/solver
This definitely something simple that I am missing, would really appreciate a pointer in the right direction (i'm used to using one off javascript files but not as extensive packages as this- so I'm not sure where I'm going wrong).