Closed nebhead closed 4 years ago
FYI, I removed the last two export lines from the .js and it seems to be working now. If that's an acceptable solution, I think we can close this. However, maybe add to the documentation that if you are using the minified versions directly in your project you may need to remove.
sorry for the inconvenience, removed the export lines.
Thank you!
Now I have weird behavior with another page where I have a section of the page refreshing... causing the whitespace to be added on each refresh underneath the circle. Still debugging.
I added your code here https://jsfiddle.net/jy3146ck/1/ what do you mean with "on each refresh"?
Actually probably a totally different unrelated issue.
On another page (my index.html page), I have three circles displayed that I want to periodically refresh. The circles are defined in a separate data.html file, in Githubissues.
Not sure if this is the right place to ask for help, but I'm trying to integrate the latest circliful script into my Flask/Bootstrap themed project but it doesn't seem to be working out for me. I suspect it's my issue, but maybe others are experiencing it too.
I've moved the following into my directory structures:
from:
to:
Here's my code invoking circliful once:
Chrome reports: Uncaught SyntaxError: Unexpected token 'export' in the developer console.
When I dig into that error, I see at the very end of the file:
Chrome is highlighting 'export default circliful;' as the error.
I am sure I'm not doing something right, help would be appreciated!
Thanks, Ben.