grunt-loopback-sdk-angular
grunt-loopback-sdk-angular copied to clipboard
Loading the app inside the main grunt process allows polution of modules.
When using lodash wrap function inside an application. The actual function invoked is from underscore.string.
grunt-legacy-log uses lodash's mixin function apply underscore.string.
This is allowed to occur because grunt-loopback-sdk-angular loads the application file inside the same grunt process instead of an independant one.
Please fix this so that the generation of lbService.js occurs in an isolated process.
Hello, thank you for reporting the issue. Would you like to contribute the fix yourself?