-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Bazel build tool support #116
Comments
Adding bazel doesn't seem to be quite easy to implement. There are some issues with sass/scss especially with the material theming and with @angular/flex-layout. I tried to fix it by following these issues:
But
I'm working on branch wip/add-bazel |
Great, thanks. I will take a look. At first glance, this looks like a dependency configuration issue. Bazel is building everything in a sandbox, and if the external dependencies are not configured correctly, then stuff is missing in the sandbox. |
All you have to know about bazel: Btw I will try to implement again after adding knora-api-js-lib |
this issue has been moved to YouTrack: DSP-283 |
For Angular, adding Bazel should be fairly straightforward: https://angular.io/guide/bazel
The text was updated successfully, but these errors were encountered: