Skip to content

Commit

Permalink
Fix watch:fe task
Browse files Browse the repository at this point in the history
  • Loading branch information
fiftin committed Mar 14, 2018
1 parent 7263101 commit 9ab189b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,11 +103,11 @@ tasks:
- reflex -r '\.go$' -R '^node_modules/' -s -d none -- sh -c 'go build -i -o /tmp/semaphore_bin cli/main.go && /tmp/semaphore_bin -config $(pwd)/config.json'

watch:fe:
dir: web/resources
dir: web
cmds:
- nodemon -w js -i bundle.js -e js bundler.js &
- nodemon -w css -e less --exec "lessc css/semaphore.less > css/semaphore.css" &
- pug -w -P --doctype html $(find ./html/ -name "*.pug") &
- nodemon -w css -e less --exec "lessc resources/less/semaphore.less > public/css/semaphore.css" &
- pug -w -P --doctype html resources/pug --out public/html &

build:
desc: Build a full set of release binaries
Expand Down

0 comments on commit 9ab189b

Please sign in to comment.