Hey campers! How do I run tests using the CDN. I do not want to use codepen, so I used my own environment.
i believe others have asked this question on the forum before. Can you try to search other posts for an answer?
I have searched the forums and was unable to find the answer
1 Like
Thank you for your help. I managed to get it working.
no problem. So it was just a matter of adding that script to the html, correct? (or if you did something more, pls share for the next person who searches this up).
Yes. I originally had the script running in the head section. I just moved it to the bottom of the file, and that corrected the issue.
3 Likes
I did the same thing, and changed the location to just before the closing body tag. And it worked. To test the html page I selected “run active file” from visual studio menu “Terminal”. And then selected the test and ran it.
1 Like