Esri / arcgis-rest-js

compact, modular JavaScript wrappers for the ArcGIS REST API
https://developers.arcgis.com/arcgis-rest-js/
Apache License 2.0
347 stars 119 forks source link

docs: remove __MACOSX folder from v3 docs archive #1145

Closed noahmulfinger closed 7 months ago

noahmulfinger commented 8 months ago

I found the v3 docs archive contains a __MACOSX folder probably because it was initially zipped up on a Mac. This file isn't necessary and it doesn't always work well with some of the Node scripts involved in building the v3 doc.

I removed the folder from the zip file with zip -d v3-archive.zip __MACOSX/\*.

You can verify the zip output is still the same by:

  1. Downloading these two files:
  2. Running unzip -d main FIRST_DOWNLOAD_PATH && unzip -d remove-macosx-folder SECOND_DOWNLOAD_PATH
  3. Running diff -r main remove-macosx-folder and it should output Only in main: __MACOSX.