Hi, I am trying to work through setting up Cesium in Meteor (with React). I do a $.getScript('
http://cesiumjs.org/releases/1.11/Build/Cesium/Cesium.js', ...) to pull from your cdn. When I do this it throws an error saying,
"Unable to determine Cesium base URL automatically, try defining a global variable called CESIUM_BASE_URL."So I tried setting CESIUM_BASE_URL to the same cdn address that I used in getScript. This pulled in all the js files and displayed a mini map with widgets and credits, but none of the css files. What am I supposed to set the CESIUM_BASE URL to? If the cdn address should work, then does anyone have any clues as to why I can't pull css files?