dpogue commented on issue #1396: URL: https://github.com/apache/cordova-docs/issues/1396#issuecomment-2629771729
Not sure that regenerating them is feasible, but the Google Analytics code seems to be the same line numbers in all the files, so it should be feasible to do a batch stripping. This bash snippet _seems_ to work with some basic spot checking of the results: ```bash for f in `grep -lr 'GoogleAnalyticsObject' archive/docs/`; do sed -i -e '50,59d' "$f"; done ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org For additional commands, e-mail: issues-h...@cordova.apache.org