added watcher to Alfons.moon

main
Codinget 4 years ago
parent 57126a7973
commit bed119a40c
  1. 1
      Alfons.moon

@ -7,6 +7,7 @@ tasks:
tasks.build!
sh "rockbuild -m -t #{@v} upload"
watch: => watch {'.'}, {'.git'}, 'live', (glob '*.moon'), pcall -> moonbuild j: true
build: => moonbuild j: true
install: => moonbuild 'install', j: true
clean: => moonbuild 'clean'

Loading…
Cancel
Save