Skip to content

Commit

Permalink
Build dist file and examples
Browse files Browse the repository at this point in the history
  • Loading branch information
dtonon committed May 28, 2024
1 parent c1669e4 commit d724f00
Show file tree
Hide file tree
Showing 5 changed files with 397 additions and 361 deletions.
189 changes: 99 additions & 90 deletions dist/index.html

Large diffs are not rendered by default.

189 changes: 99 additions & 90 deletions examples/fiatjaf.html

Large diffs are not rendered by default.

189 changes: 99 additions & 90 deletions examples/hodlbod.html

Large diffs are not rendered by default.

189 changes: 99 additions & 90 deletions examples/opensats.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ examples:
cp blank.html index.html
sed -i.bak "s/replace_with_your_npub/npub1jlrs53pkdfjnts29kveljul2sm0actt6n8dxrrzqcersttvcuv3qdjynqn/g" index.html && rm -f index.html.bak
sed -i.bak 's/<meta name="top-notes" value="0" \/>/<meta name="top-notes" value="2" \/>/g' index.html && rm index.html.bak
sed -i.bak 's/<meta name="include-short" value="0" \/>/<meta name="include-short" value="500" \/>/g' index.html && rm index.html.bak
sed -i.bak 's/<meta name="short-chars" value="0" \/>/<meta name="short-chars" value="800" \/>/g' index.html && rm index.html.bak
npm run build
mv dist/index.html examples/hodlbod.html
cp blank.html index.html
Expand Down

0 comments on commit d724f00

Please sign in to comment.