Skip to content

Commit

Permalink
remove .txt files
Browse files Browse the repository at this point in the history
  • Loading branch information
henriquepw committed Aug 17, 2024
1 parent d9b8bb5 commit 5cd686a
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 11 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ go.work
# project build
main
*templ.go
*.txt
static/output.css

# mac stuff
Expand Down
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -79,5 +79,6 @@ watch/sync_assets:


# start all 4 watch processes in parallel.
.PHONY: build
watch:
make -j4 watch/templ watch/server watch/tailwind watch/sync_assets
2 changes: 1 addition & 1 deletion tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ module.exports = {
colors: {
accent: generateScale("orange"),
gray: generateScale("sand"),
}
},
},
fontFamily: {
sans: ["raleway"],
Expand Down
2 changes: 1 addition & 1 deletion web/view/home/homepage_templ.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<main><aside>Sidebar</aside><section>TODO</section></main>
<div>MAIN</div>
3 changes: 0 additions & 3 deletions web/view/layout/base_templ.txt

This file was deleted.

2 changes: 0 additions & 2 deletions web/view/ui/button_templ.txt

This file was deleted.

4 changes: 0 additions & 4 deletions web/view/ui/text-input_templ.txt

This file was deleted.

0 comments on commit 5cd686a

Please sign in to comment.