-
Notifications
You must be signed in to change notification settings - Fork 121
Open
Labels
Description
When I create an app, the first thing I always do is put the contents from lodash.js into /lib/alloy/underscore.js so that I can use lodash instead of the really old version of underscore that is included with alloy.
When I do this with TiShadow, references to _ in my app seem to be pulling from a version of underscore.js that is included in /build/appify/build/Resources/lib/underscore.js. I am outputing _.VERSION right before I am getting undefined errors and it is 1.4.4 and the only reference to that seems to be in the TiShadow underscore file.
Do you know why it would be picking this up? And if so, is there a way of turning that off?
Thanks!