Upgrade Metalsmith to get new concurrency option
This commit is contained in:
+1
-1
@@ -34,7 +34,7 @@
|
|||||||
"htmlparser2": "3.7.3",
|
"htmlparser2": "3.7.3",
|
||||||
"jsdoc": "3.3.0-alpha9",
|
"jsdoc": "3.3.0-alpha9",
|
||||||
"marked": "0.3.3",
|
"marked": "0.3.3",
|
||||||
"metalsmith": "1.5.0",
|
"metalsmith": "1.6.0",
|
||||||
"metalsmith-templates": "0.7.0",
|
"metalsmith-templates": "0.7.0",
|
||||||
"nomnom": "1.8.0",
|
"nomnom": "1.8.0",
|
||||||
"rbush": "1.3.5",
|
"rbush": "1.3.5",
|
||||||
|
|||||||
@@ -158,6 +158,7 @@ function main(callback) {
|
|||||||
var smith = new Metalsmith('.')
|
var smith = new Metalsmith('.')
|
||||||
.source(srcDir)
|
.source(srcDir)
|
||||||
.destination(destDir)
|
.destination(destDir)
|
||||||
|
.concurrency(25)
|
||||||
.metadata({
|
.metadata({
|
||||||
olVersion: pkg.version
|
olVersion: pkg.version
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user