mirror of
https://github.com/rojo-rbx/rojo.git
synced 2026-04-20 20:55:50 +00:00
Implement 'rojo build --watch' (#284)
* Refactor build command to reproduce model more easily * Spawn ServeSession for building
This commit is contained in:
committed by
GitHub
parent
0187da5f24
commit
199a39208c
@@ -140,6 +140,10 @@ pub struct BuildCommand {
|
||||
/// Where to output the result.
|
||||
#[structopt(long, short)]
|
||||
pub output: PathBuf,
|
||||
|
||||
/// Whether to automatically rebuild when any input files change.
|
||||
#[structopt(long)]
|
||||
pub watch: bool,
|
||||
}
|
||||
|
||||
impl BuildCommand {
|
||||
|
||||
Reference in New Issue
Block a user