Skip to content
This repository was archived by the owner on Oct 3, 2023. It is now read-only.

turbosquid/parcel-plugin-create-zip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pacel-plugin-create-zip


created for a very specific purpose of zipping up a subdirectory under the dist folder, should be updated to accept other options and be more generally useful

config example:

  "createZip": {
    "path": "./versions",
    "output": [
      {
        "outDirPattern": "**/production",
        "zip": "production.zip"
      },
      {
        "outDirPattern": "**/production-debug",
        "zip": "production-debug.zip"
      }
    ]
  }

About

Create zip files of subdirectories under dist folder

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published