Skip to content

Commit

Permalink
Replace grunt doc building.
Browse files Browse the repository at this point in the history
  • Loading branch information
dpmcmlxxvi committed Jun 10, 2019
1 parent a61b5c8 commit 9b5f6f8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@
"bundle:css:cat": "shx cat src/css/*.css > dist/olexp.css",
"bundle:css:min": "cleancss -o dist/olexp.min.css -O2 src/css/*.css",
"bundle:js": "rollup --silent -c",
"docs": "run-s docs:clean docs:build docs:mkdir docs:copy",
"docs:build": "jsdoc -t ./node_modules/ink-docstrap/template -d docs/api -R readme.md -r src",
"docs:clean": "shx rm -rf docs/api",
"docs:copy": "shx cp docs/web/img/* docs/api/docs/web/img/",
"docs:mkdir": "shx mkdir -p docs/api/docs/web/img/",
"test": "jest"
},
"repository": {
Expand Down

0 comments on commit 9b5f6f8

Please sign in to comment.