Skip to content

Commit a15b9c6

Browse files
authored
Merge pull request #77 from Polymer/add-sources
Add CLI deps to polymer.json
2 parents 49fc752 + 624e5cd commit a15b9c6

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

polymer.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,15 @@
77
"src/shop-cart.html",
88
"src/shop-checkout.html",
99
"src/lazy-resources.html"
10+
],
11+
"sourceGlobs": [
12+
"src/**/*",
13+
"data/**/*",
14+
"images/**/*",
15+
"bower.json"
16+
],
17+
"includeDependencies": [
18+
"manifest.json",
19+
"bower_components/webcomponentsjs/webcomponents-lite.min.js"
1020
]
1121
}

0 commit comments

Comments
 (0)