Skip to content

Commit e91659d

Browse files
authored
Update README.md
Closes #7
1 parent 559fcba commit e91659d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,10 @@ gulp.task('deploy', function() {
1717
'lib/**/*',
1818
'docs/**/*.html',
1919
'package.json'
20-
], { base: './' })
20+
], {
21+
base: './',
22+
nodir: true // Set this if you have problems when unzipping
23+
})
2124
.pipe(gulpEbDeploy({
2225
name: 'my-application', // optional: If not set, the name from package.json will be used
2326
version: '1.0.0', // optional: If not set, the version from package.json will be used

0 commit comments

Comments
 (0)