Commit Graph

8 Commits

Author SHA1 Message Date
Scott Hunter f3e085da62 Add a makeZipFile build target.
Refactor build script to get the "build" target even faster by running steps in parallel,
and only re-write generated files if the content is different.

Separate out the generated file that builds the complete Cesium object from the main.js used
with Almond to simply require the complete object and assign it globally.
2012-05-11 11:30:05 -04:00
Scott Hunter bdbc061424 Upgrade NodeJS to 0.6.17. 2012-05-07 15:41:57 -04:00
Patrick Cozzi 783c3a3382 Added Sandbox example for Stamen maps. Added custom credit string to OpenStreetMapTileProvider. 2012-05-04 19:08:16 -04:00
Scott Hunter 0f00408069 Move Cesium copyright comment to the top of the combined file. 2012-05-01 11:43:55 -04:00
Scott Hunter ed34c3820b Update to RequireJS 1.0.8, which includes UglifyJS 1.2.6 by default, meaning we don't need our own copy, and we don't the special Cesium.build.js to replace the version used, so we can just run r.js directly from Ant. 2012-04-26 16:04:05 -04:00
Scott Hunter 27158d4b73 Change the default ant target to combine so that sandbox works by default. 2012-04-26 11:37:00 -04:00
Scott Hunter 2942cfaed3 Add an Ant task that runs a local Jetty-based HTTP server, to serve up tests, documentation, and examples. Also incorporates a proxy for use with tile providers that don't support CORS yet. 2012-04-26 11:30:08 -04:00
Scott Hunter c2105b7e72 Reorganize project. Move Cesium up one level, so now the root of the git repository is the root of the source tree, and the root of the Eclipse project. 2012-04-25 10:55:13 -04:00