-
Notifications
You must be signed in to change notification settings - Fork 12k
Cesium imlementation #2985
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
Comments
Try adding Cheers, |
ok! angular-cli.json: ... |
Dupe of #2837, see my comment in #2837 (comment). |
Thanks!! |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
OS?
Versions.
angular-cli: 1.0.0-beta.19-3
node: 4.5.0
os: win32 x64
Repro steps.
Hi!
I am trying to put var 'CESIUM_BASE_URL' value to be '../node_modules/cesium/Build/Cesium'
window['CESIUM_BASE_URL'] = '../node_modules/cesium/Build/Cesium';
and I am getting 404 error from the server:
if I copy Cesium folder from node_modules to src/assets
and changed 'CESIUM_BASE_URL' value to 'assets/Cesium' like this:
window['CESIUM_BASE_URL'] = 'assets/Cesium';
it's working fine!
how can I reach '/node_modules/cesium/Build/Cesium' folder without getting 404 error??
thanks,
Yair.
The log given by the failure.
Mention any other details that might be useful.
The text was updated successfully, but these errors were encountered: