I have Node.js project and I want to include Cesium into it on front-end. I've read https://cesiumjs.org/tutorials/cesium-up-and-running/ and first downloaded archieve http://cesiumjs.org/downloads.html from here. But there a lot of data that is unnecessary for my project. I copied Cesium and CesiumUnminified to my public directory which is available for browser and was able to create a map (tested minified and not minified versions).
My project has next structure http://screencast.com/t/pz49fpLEpwC . "npm install cesium" installs it to node_modules folder which is not available for browser.
How can I allow access to cesium project without copying to public directory?
Thanks for sharing James! If you haven’t already, tweet it at CesiumJS (https://twitter.com/cesiumjs) and I’m sure you’ll get a retweet for some extra visibility.