Skip to content

Commit

Permalink
Merge pull request #1 from rugwirobaker/patch-update-taskfile
Browse files Browse the repository at this point in the history
Add more tasks
  • Loading branch information
rugwirobaker authored Sep 16, 2020
2 parents a6d23c4 + 59913c9 commit b3df066
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,13 @@ version: '3'
tasks:
build:
cmds:
- CGO_ENABLED=0 go build -o bin/sam ./cmd/sam
assets:
- CGO_ENABLED=0 go build -o bin/helmes ./cmd/helmes

run:
deps: [build]
cmds:
- minify -o public/style.css src/css
- ./bin/helmes

image:
cmds:
- echo "building docker image..."

0 comments on commit b3df066

Please sign in to comment.