bazel: be more restrictive in inputs to vulcanize() rule.

Change-Id: Ic4eabe7750fb2f507fb6028162a4f924b012e728
This commit is contained in:
Han-Wen Nienhuys
2016-10-24 12:57:24 +02:00
committed by David Ostrovsky
parent c4ebe3c665
commit 5ed648f5f9

View File

@@ -17,16 +17,13 @@ vulcanize(
name = "gr-app",
app = 'elements/gr-app.html',
srcs = glob(
['**'],
['**/*.html', '**/*.js'],
exclude = [
'**/BUCK',
'**/BUILD',
'*~',
'#*',
'bower_components/**',
'index.html',
'test/**',
'**/*_test.html',
"polygerrit_wct_tests.py"]),
]),
deps = [ "//polygerrit-ui:polygerrit_components"],
)