Gulp - gulp-zip content in subdirectory

Hey,
I trying get to work this: https://github.com/YahnisElsts/wp-update-server
I use gulp-zip to auto zip my WP theme :wink:

How should be my gulpfile.js if I need this structure after unzipping my theme?

/my-cool-plugin
    /css
    /js
    /another-directory
    my-cool-plugin.php
    readme.txt
    ...

Nevermind :wink:

I’ve added {base: "../"} and it works :slight_smile:

1 Like