We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 559fcba commit e91659dCopy full SHA for e91659d
README.md
@@ -17,7 +17,10 @@ gulp.task('deploy', function() {
17
'lib/**/*',
18
'docs/**/*.html',
19
'package.json'
20
- ], { base: './' })
+ ], {
21
+ base: './',
22
+ nodir: true // Set this if you have problems when unzipping
23
+ })
24
.pipe(gulpEbDeploy({
25
name: 'my-application', // optional: If not set, the name from package.json will be used
26
version: '1.0.0', // optional: If not set, the version from package.json will be used
0 commit comments