Stupid mistake I made that kept directories from uploading

This commit is contained in:
Josh Strange
2014-06-28 14:33:55 -04:00
parent 8ef4301495
commit 11305cda14

View File

@@ -31,8 +31,8 @@ hexo.extend.deployer.register('s3', function (args, callback) {
var files = readdirp({
root: public_dir
, directoryFilter: []
root: public_dir,
entryType: 'both'
});
if(!config.concurrency)