kumarshantanu / basil

A general purpose template library for Clojure and ClojureScript
9 stars 1 forks source link

Assertion error when including non-existent files #2

Closed kumarshantanu closed 11 years ago

kumarshantanu commented 11 years ago

When rendering a snippet (include "filename") on the JVM, Basil throws a cryptic AssertionError instead of an appropriate error message explaining that the requested file does not exist.

kumarshantanu commented 11 years ago

fixed via e22ddfc in version 0.4.1