mirror of
https://github.com/aljazceru/njump.git
synced 2026-01-31 11:44:34 +01:00
Skip .min.css check in Air rebuild
This commit is contained in:
@@ -9,7 +9,7 @@ tmp_dir = "tmp"
|
||||
delay = 0
|
||||
exclude_dir = ["tmp", "vendor", "testdata", "node_modules"]
|
||||
exclude_file = []
|
||||
exclude_regex = ["_templ.go"]
|
||||
exclude_regex = ["_templ.go", ".min.css"]
|
||||
exclude_unchanged = false
|
||||
follow_symlink = false
|
||||
full_bin = ""
|
||||
|
||||
@@ -40,14 +40,16 @@ templ homepageTemplate(params HomePageParams) {
|
||||
'MANY PLATFORMS',
|
||||
'FREEDOM',
|
||||
'A SOCIAL PLACE',
|
||||
'UNCENSORED',
|
||||
'REALLY WEIRD',
|
||||
'ENERGY',
|
||||
'FULL OF ENERGY',
|
||||
'UNIVERSAL',
|
||||
'YOUR HAPPINESS',
|
||||
'PERMISSIONLESS',
|
||||
'HEALTHY',
|
||||
'UNCENSORED',
|
||||
'OPEN SOURCE',
|
||||
'COOL TO DEVELOP',
|
||||
'RESILIENT',
|
||||
'YOUR NEXT IDEA',
|
||||
'.......'
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user