Skip to content

Commit

Permalink
Add file-upload to Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
godsarmy committed May 30, 2024
1 parent c324856 commit 3567a59
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ all: \
delete-row/main \
dialogs/main \
edit-row/main \
file-upload/main \
include-vals/main \
infinite-scroll/main \
inline-validation/main \
Expand Down
1 change: 0 additions & 1 deletion file-upload/templates/index.html.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@

<script src="https://unpkg.com/htmx.org@{[{ .htmx_version }]}"></script>
<script src="https://unpkg.com/htmx.org@{[{ .htmx_version }]}/dist/ext/client-side-templates.js"></script>
<script src="https://unpkg.com/htmx.org@{[{ .htmx_version }]}/dist/ext/json-enc.js"></script>
<script src="https://unpkg.com/nunjucks@{[{ .nunjucks_version }]}/browser/nunjucks.js"></script>

<script src="https://cdn.jsdelivr.net/npm/bootstrap@{[{ .bootstrap_version }]}/dist/js/bootstrap.bundle.min.js"></script>
Expand Down

0 comments on commit 3567a59

Please sign in to comment.