Created
October 20, 2016 17:19
-
-
Save madastro/d32b2c6b2a380150c79fb93d3fad87c6 to your computer and use it in GitHub Desktop.
Archive a wordpress theme and exclude node modules and bower components
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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