denzel-morris

Results 2 issues of denzel-morris

Add `less_dir` configuration option, much like Jekyll's default support for `sass_dir`. `less_dir` defaults to `/_less`.

## Problem Description When an algorithm developer attempts to invoke another algorithm with an improperly configured client: ```ruby client = Algorithmia.client('') client.algo('example/algo').pipe(input) ``` The API returns an appropriately descriptive error...