window.alert("An Error Occured. Most errors that occur in the init phase are parse errors in the config files or permissions errors on files or directories, but check the error console for details.");
console.error(e);
throwe;
});
scope.extensions=['md','html'];
}
scope.onError=function(e){
console.error(e);
if(window.confirm("Encountered an error. Please inspect the console.\n\nWould you like to ignore the error and continue?")){
returnwindow.Promise.resolve();
}else{
returnwindow.Promise.reject();
}
};
scope.buildOne=function(envstr){
varenv
;
// TODO is there a legitimate case where in addition to base_path (root of the blog)
// a user would need owner_base? i.e. school.edu/~/rogers/blog school.edu/~/rogers/assets