Skip to content

Instantly share code, notes, and snippets.

@kholodovz
Created June 13, 2020 13:18
Show Gist options
  • Save kholodovz/c801d245b89821298523a7764768d77d to your computer and use it in GitHub Desktop.
Save kholodovz/c801d245b89821298523a7764768d77d to your computer and use it in GitHub Desktop.
\/\*([\s\S]*?)\*\/ - remove block comments
(?s)/*.*?*/ - remove css comments
(?s)<!--.*?--> - remove html comments
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment