revealjs default now cdn. added flag for downloading for offline use
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
use super::executions::build_execution::BuildExecution;
|
||||
|
||||
pub async fn build() -> () {
|
||||
pub async fn build(offline_reveal: bool) -> () {
|
||||
let mut build_execution = BuildExecution::new();
|
||||
build_execution.execute().await.expect("build failed")
|
||||
build_execution.execute(offline_reveal).await.expect("build failed")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user