Hi,
node-underscorify works like charm if underscore is set as global, but I need to use it locally for my modules, how can I setup underscore with shim when I require my templates ?
I tried something like that in my grunt file but unfortunately it doesn't work :
Hi, node-underscorify works like charm if underscore is set as global, but I need to use it locally for my modules, how can I setup underscore with shim when I require my templates ?
I tried something like that in my grunt file but unfortunately it doesn't work :
Grunt file
Module file
Thanks.