Karthik Viswanathan

Results 3 issues of Karthik Viswanathan

The swig engine needs to have its root directory set properly to allow one to use the `{% extends '...' %}` directive. This can be done like so: ``` js...

The current directory is only searched once for files to compile. New files that are created are not tracked until the serve command is re-run.

ModelSchema currently only supports Sequel, even though there are many alternative Ruby ORMs, perhaps most notably ActiveRecord. I'll consider working on an ActiveRecord plugin if there's interest; please comment here...