https://github.com/angular/angular
Raw File
Tip revision: 912068e71c652f72dcf87ff71e0bda0068b38d95 authored by Chuck Jazdzewski on 12 October 2017, 17:26:21 UTC
docs: add changelog for 4.4.5
Tip revision: 912068e
.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