grunt-loopback-sdk-angular icon indicating copy to clipboard operation
grunt-loopback-sdk-angular copied to clipboard

Loading the app inside the main grunt process allows polution of modules.

Open mazesoul opened this issue 8 years ago • 1 comments

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.

mazesoul avatar Mar 29 '17 21:03 mazesoul

Hello, thank you for reporting the issue. Would you like to contribute the fix yourself?

bajtos avatar Jun 07 '17 13:06 bajtos