class
Creestal::Core::Builder
- Creestal::Core::Builder
- Reference
- Object
Defined in:
core/builder.crConstructors
Instance Method Summary
-
#run : Site
Full build — cleans the output directory then delegates entirely to Site.
-
#run_incremental(changed_files : Array(String)) : Site
Incremental build — syncs every file in the batch and returns the live Site so the caller (serve) can pass it back on the next change.
Constructor Detail
Instance Method Detail
Full build — cleans the output directory then delegates entirely to Site. Returns the populated Site so callers can pass it into run_incremental.
Incremental build — syncs every file in the batch and returns the live Site so the caller (serve) can pass it back on the next change.