Skip to content

Instantly share code, notes, and snippets.

@madastro
Created October 20, 2016 17:19
Show Gist options
  • Save madastro/d32b2c6b2a380150c79fb93d3fad87c6 to your computer and use it in GitHub Desktop.
Save madastro/d32b2c6b2a380150c79fb93d3fad87c6 to your computer and use it in GitHub Desktop.
Archive a wordpress theme and exclude node modules and bower components
7za a -tzip archive_name.zip folder\ -xr!node_modules -xr!components
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment