Skip to content

Commit

Permalink
#114 move vite bundled javascript into cast/vite to move it into it's…
Browse files Browse the repository at this point in the history
… own "cast" namespace..
  • Loading branch information
ephes committed Dec 20, 2023
1 parent 2e12be7 commit 5729741
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions docs/release.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ Build the Javascript (image-gallery component):
$ cd dist/
$ mv .vite/manifest.json manifest.json
$ rm -r .vite
$ rm ../../cast/static/js/vite/*
$ cp * ../../cast/static/js/vite/
$ rm ../../cast/static/cast/js/vite/*
$ cp * ../../cast/static/cast/js/vite/
Create the Release on GitHub
----------------------------
Expand Down

0 comments on commit 5729741

Please sign in to comment.