Commit Graph

27 Commits

Author SHA1 Message Date
jjspace 00dce5a3f1
update release index url to new sandcastle 2025-10-07 13:33:10 -04:00
jjspace 09a719b8fb
run prettier v3 2024-09-20 11:24:24 -04:00
Gabby Getz ea081e6189 Merge branch 'main' into packaged-scripts 2022-04-21 11:07:25 -04:00
Eli Bogomolny 7fa0d1c1ce Delete files 2022-03-09 15:58:41 -05:00
hpinkos 902bd5f1e0 update urls to learn 2021-07-01 14:32:03 -04:00
hpinkos ab07bcb130 fix user stories link in release index.html 2021-04-01 16:24:57 -04:00
hpinkos fc926f5a0d update for release 2021-04-01 15:42:32 -04:00
Frederic Junod 241a27edf8 Update prettier to version ^2.1.1 2020-08-28 10:15:42 +02:00
Matthew Amato 2fd0e8f7e4 Format all code with prettier 2020-04-16 20:31:36 -04:00
Omar Shehata 85900ffc3a Update all forum links to community.cesium.com 2020-04-08 14:39:17 -04:00
Matthew Amato 06a7763933 AnalyticalGraphicsInc -> CesiumGS
1. Update relevant AnalyticalGraphicsInc organization links to CesiumGS.

2. Remove Webstorm guide since it's unmaintained and reference an
unmaintained plugin

3. Update outdated email address in CODE_OF_CONDUCT.
2020-02-18 13:19:12 -05:00
Frederic Junod 05566693ed Update copyright year range 2020-01-13 11:37:20 +01:00
Kevin Ring 939c6424f2 Fix typo. 2020-01-06 10:52:55 -05:00
Matthew Amato c71839c1a1 Remove outdated tagline. 2019-12-19 09:46:11 -05:00
hpinkos 4f23b39a04 update cesiumjs.org links 2019-10-15 16:49:19 -04:00
Omar Shehata 6768136093 Update tutorial links 2019-09-03 10:48:59 -04:00
hpinkos b75a46182d https links 2018-10-25 14:20:59 -04:00
hpinkos fab520087e unit tests section 2018-10-25 10:33:29 -04:00
hpinkos 69c4ed6138 Fancy up release index.html 2018-10-24 16:05:19 -04:00
Ottavio Hartman 1991234a31 Move rule to shared config, Update CHANGES.md, fix errors 2017-06-23 09:42:03 -04:00
Matthew Amato be225337ce Use cmd version of eslint and enable caching
1. Caching makes eslint only take ~3 seconds plus any files that have
changed since the last time you ran it. Since it's unlikely devs are
touching every tile between runs, this makes eslint much incredibly faster
in the average case.  Also added the genereated `.eslintcache` to git
ignore.

2. Switched to the pure cli version of eslint and remove `eslint-watch`,
which I'm pretty sure no one uses anyway. This simplified our usage and
means we lint all js and html files by default except for the globs
specifically listed in `.eslintignore`  This also shaves 2-4 seconds off
startup time because we're not loading gulpfile.js anymore.

3. Fixed an issue in `index.release.html`, which was previously not linted.
2017-06-19 10:55:56 -04:00
Patrick Cozzi 4912f4992d Start of webglstub parameter 2016-12-01 14:34:57 -05:00
Ed Mackey 21222fe1e4 Fix logo on index.release.html 2016-11-03 15:43:08 -04:00
Tom Payne 1ae9fda901 Add newlines to end of text files. 2016-10-19 16:53:31 -04:00
Matthew Amato b1d5c094ff Don't build or include Cesium Viewer as part of release.
Fixes #3127
2015-10-29 19:54:56 -04:00
Scott Hunter 201fe18782 Remove the "built" version of HelloWorld.
This only made sense when we had two zip files.  The "built" version only changed the path to Cesium.js.
2014-06-27 16:12:15 -04:00
Matthew Amato 5473f6d9da Switch back to two index files
1. index.html can be used for dat to day development and is not included in the zip
2. index.release.html is included in the zip but as index.html
2014-06-26 14:54:22 -04:00