https://github.com/angular/angular
Raw File
Tip revision: cea02414b0302b9e3f5f43f2b3f05c03f5206238 authored by Victor Berchet on 09 August 2017, 23:07:37 UTC
docs: add changelog for 5.0.0-beta.3
Tip revision: cea0241
.bazelrc
# Disable sandboxing because it's too slow.
# https://github.com/bazelbuild/bazel/issues/2424
build --spawn_strategy=standalone

# Performance: avoid stat'ing input files
build --watchfs
back to top