flatiron / viewful

a tiny and isomorphic consolidated view engine for JavaScript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Don't use eval to load Presenters

Marak opened this issue · comments

Need to switch to lazy requires.

Right now presenters can't require other modules, which is not acceptable.