Skip to content

Commit

Permalink
--no-sri
Browse files Browse the repository at this point in the history
  • Loading branch information
CodingTil committed May 8, 2024
1 parent a04818d commit 055eb20
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build_release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,12 @@ npx tailwind -o styles/main.css

# First build the submodules
cd $ROOT_DIR/fractal_rust
trunk build --release --public-url "/public/project_code/fractal_rust/"
trunk build --release --no-sri --public-url "/public/project_code/fractal_rust/"
cp -r $ROOT_DIR/fractal_rust/dist/* $ROOT_DIR/src/public/project_code/fractal_rust/

# Then build the main project
cd $ROOT_DIR
trunk build --release
trunk build --release --no-sri

# Find all .wasm files in the current directory and subdirectories
find dist/ -name "*.wasm" | while read wasm_file; do
Expand Down
2 changes: 1 addition & 1 deletion fractal_rust
Submodule fractal_rust updated 2 files
+2 −0 Trunk.toml
+1 −2 index.html

0 comments on commit 055eb20

Please sign in to comment.