maxparm / node-underscorify

Underscore template pre-compiler for browserify
MIT License
31 stars 12 forks source link

why does the compiled output require('underscore')? #4

Closed jfirebaugh closed 10 years ago

jfirebaugh commented 10 years ago

Isn't the point of precompiling the template to eliminate the runtime dependency on _?

maxparm commented 10 years ago

Good point @jfirebaugh I fixed it and I've published the change. Thanks!

jfirebaugh commented 10 years ago

Cool, thanks!