mirror of
https://github.com/natnat-mc/moonbuild
synced 2026-06-17 11:49:41 +02:00
added watcher to Alfons.moon
This commit is contained in:
@@ -7,6 +7,7 @@ tasks:
|
|||||||
tasks.build!
|
tasks.build!
|
||||||
sh "rockbuild -m -t #{@v} upload"
|
sh "rockbuild -m -t #{@v} upload"
|
||||||
|
|
||||||
|
watch: => watch {'.'}, {'.git'}, 'live', (glob '*.moon'), pcall -> moonbuild j: true
|
||||||
build: => moonbuild j: true
|
build: => moonbuild j: true
|
||||||
install: => moonbuild 'install', j: true
|
install: => moonbuild 'install', j: true
|
||||||
clean: => moonbuild 'clean'
|
clean: => moonbuild 'clean'
|
||||||
|
|||||||
Reference in New Issue
Block a user