bazel: be more restrictive in inputs to vulcanize() rule.
Change-Id: Ic4eabe7750fb2f507fb6028162a4f924b012e728
This commit is contained in:
committed by
David Ostrovsky
parent
c4ebe3c665
commit
5ed648f5f9
@@ -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"],
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user