-
Notifications
You must be signed in to change notification settings - Fork 82
Closed
Description
When generating the SDK, either with grunt or CLI, the build fails when:
- Using
loopback-component-storage - Using
"provider": "filesystem" - Using a relative path as the
root - Building from a directory other than the project root
This makes using the grunt plugin or lb-ng from within the client directory impossible. Could there be a way to pass the project root directory, or for it to auto detect it?
I think this has to do with strongloop/grunt-loopback-sdk-angular#27
Reactions are currently unavailable