Skip to content

Commit

Permalink
Fix typo in gulpfile.js
Browse files Browse the repository at this point in the history
Close #1586.
  • Loading branch information
arthurvr authored and alrra committed Aug 27, 2014
1 parent fccfbbb commit 77d43a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ gulp.task('archive:zip', function (done) {
var archiver = require('archiver')('zip');
var files = require('glob').sync('**/*.*', {
'cwd': dirs.dist,
'dot': true, // include hiddent files
'dot': true, // include hidden files
});
var output = fs.createWriteStream(archiveName);

Expand Down

0 comments on commit 77d43a3

Please sign in to comment.