-
Notifications
You must be signed in to change notification settings - Fork 335
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Getting Started gets error due to undeclared dependencies #178
Comments
which branch do you use ? |
clone of master branch. The attached file is simply the index.html from the examples->basic folder with the script tags for the vendor librariies commented out:
The javascript console shows these errors: The page is blank. |
You should be able to download the Three.js and TweenMax are currently dependencies and I need to update the getting started to make this obvious. ViziCities won't work if you leave these out like in the code you pasted previously. |
Yes - we understand each other. This bug report was specifically about the Getting Started section of the documentation. Rob -- I really like vizicities but I had a couple of questions. Did you get my email to [email protected]?
|
The getting started documentation says that you simply need to add vizicities js and css but this does not work due to need for three.js
Got error in console:
TypeError: o.default is undefined
Similar apparent dependency on TweenMax:
TypeError: v.default is undefined
file:///Users/andrews/Documents/dev/vizicities/dist/vizicities.min.js
Line 3
The text was updated successfully, but these errors were encountered: