Skip to content

Commit

Permalink
be aggresive in cleaning out old content plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
sglyon committed Jul 19, 2023
1 parent 96ec241 commit 674c021
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dodo.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ def task_devbuild():
"actions": [
"rm -rf _output",
"yarn run build:prod",
"rm -rf ../web/public/jlite/extensions/@jupyteach/jupyterlite-contents",
"mkdir -p ../web/public/jlite/extensions/@jupyteach/jupyterlite-contents",
"jupyter lite build --force",
"rsync -av --delete ./_output/ ../web/public/jlite/",
Expand All @@ -81,6 +82,7 @@ def task_quickbuild():
return {
"actions": [
"yarn run build:prod",
"rm -rf ../web/public/jlite/extensions/@jupyteach/jupyterlite-contents",
"mkdir -p ../web/public/jlite/extensions/@jupyteach/jupyterlite-contents",
"rsync -av --delete ./jupyteach_jupyterlite_contents/labextension/static/ ../web/public/jlite/extensions/@jupyteach/jupyterlite-contents/static/",
update_jlite_json_quickbuild,
Expand Down

0 comments on commit 674c021

Please sign in to comment.