Skip to content

Commit

Permalink
Added assetgraph-builder post build improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
Munter authored and Bamieh committed Dec 29, 2017
1 parent 3ccb2a1 commit 2c9ac0d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Expand Up @@ -20,4 +20,5 @@ mocha.js
*_LOCAL_*
*_REMOTE_*
docs/_site
*.sublime-workspace
docs/_dist

2 changes: 2 additions & 0 deletions package.json
Expand Up @@ -305,6 +305,7 @@
"coveralls": "nyc report --reporter=text-lcov | coveralls",
"prebuildDocs": "node scripts/docs-update-toc.js",
"buildDocs": "bundle exec jekyll build --source ./docs --destination ./docs/_site --config ./docs/_config.yml --safe --drafts",
"postbuildDocs": "buildProduction docs/_site/index.html --outroot docs/_dist --canonicalroot https://mochajs.org/ --optimizeimages --asyncscripts ",
"prewatchDocs": "node scripts/docs-update-toc.js",
"watchDocs": "bundle exec jekyll serve --source ./docs --destination ./docs/_site --config ./docs/_config.yml --safe --drafts --watch"
},
Expand All @@ -322,6 +323,7 @@
},
"devDependencies": {
"assert": "^1.4.1",
"assetgraph-builder": "^5.6.4",
"browserify": "^14.4.0",
"coffee-script": "^1.10.0",
"coveralls": "^3.0.0",
Expand Down

0 comments on commit 2c9ac0d

Please sign in to comment.