Questions tagged as 'bazel'

0
answers

How do I add bazel to my IDE eclipse?

I tried to follow the bazel installation steps as suggested in the project home page for use with eclipse but I do not see the plugin listed, does anyone know another way to install it? I already tried changing the frequency of sear...
asked by 15.12.2018 / 08:55
0
answers

problem when compiling sass in Bazel

In Linux the whole build works perfect, but in Windows when running the command bazel build //scss:all since all my scss files are inside the scss folder I get the following error    INFO: Analyzed 2 targets (0 packages loaded).   ...
asked by 13.04.2018 / 05:05
0
answers

visibility problem in bazel: Target X is not visible from target '//: bundle'

When creating a package in bazel I got an error that says    Target \ bags: bags is not visible from target '//: bundle' Subpacket: load("@io_bazel_rules_closure//closure:defs.bzl", "closure_js_library") closure_js_library( name = "b...
asked by 11.03.2018 / 20:36