maxparm / node-underscorify

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

_ no longer gets set as a window variable #3

Closed chrisjhoughton closed 10 years ago

chrisjhoughton commented 10 years ago

I run an application that loads in Lodash noConflicted. Using node-underscorify (which is great btw) it ends up setting window._ during compilation. Adding a var removes this issue.

maxparm commented 10 years ago

Thanks @chrisjhoughton !