File tree 2 files changed +3
-0
lines changed 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -20,3 +20,4 @@ mocha.js
20
20
* _LOCAL_ *
21
21
* _REMOTE_ *
22
22
docs /_site
23
+ docs /_dist
Original file line number Diff line number Diff line change 305
305
"coveralls" : " nyc report --reporter=text-lcov | coveralls" ,
306
306
"prebuildDocs" : " node scripts/docs-update-toc.js" ,
307
307
"buildDocs" : " bundle exec jekyll build --source ./docs --destination ./docs/_site --config ./docs/_config.yml --safe --drafts" ,
308
+ "postbuildDocs" : " buildProduction docs/_site/index.html --outroot docs/_dist --canonicalroot https://mochajs.org/ --optimizeimages --asyncscripts " ,
308
309
"prewatchDocs" : " node scripts/docs-update-toc.js" ,
309
310
"watchDocs" : " bundle exec jekyll serve --source ./docs --destination ./docs/_site --config ./docs/_config.yml --safe --drafts --watch"
310
311
},
322
323
},
323
324
"devDependencies" : {
324
325
"assert" : " ^1.4.1" ,
326
+ "assetgraph-builder" : " ^5.6.4" ,
325
327
"browserify" : " ^14.4.0" ,
326
328
"buffer" : " ^4.9.1" ,
327
329
"coffee-script" : " ^1.10.0" ,
You can’t perform that action at this time.
0 commit comments