Upgrade Metalsmith to get new concurrency option

This commit is contained in:
Tim Schaub
2015-04-15 08:33:14 -06:00
parent 89f5e711e6
commit 84f3bea766
2 changed files with 2 additions and 1 deletions

View File

@@ -158,6 +158,7 @@ function main(callback) {
var smith = new Metalsmith('.')
.source(srcDir)
.destination(destDir)
.concurrency(25)
.metadata({
olVersion: pkg.version
})