Skip to content
This repository was archived by the owner on Nov 19, 2018. It is now read-only.

Commit 6ff5843

Browse files
author
Ray Nicholus
committed
docs($cleanup) mention vulcanize, bower keywords
1 parent cfff773 commit 6ff5843

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

bower.json

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
"test",
1515
"tests"
1616
],
17+
"keywords": ["web-components", "input", "file", "upload"],
1718
"dependencies": {
1819
"polymer": "Polymer/polymer#~0.3.3"
1920
}

file-input.html

+4-1
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,12 @@
1111
3. You want any sort of file validation? Do it yourself!
1212
4. The API is lacking in many respects.
1313
14-
1514
Now, a new, better, evolved (and evolving) element to take its place: `<file-input>`!
1615
16+
__Don't forget to [vulcanize](http://www.polymer-project.org/articles/concatenating-web-components.html)
17+
your main/parent HTML file before deploying into production. This will ensure
18+
that all of your HTML imports are concatenated into one file.__
19+
1720
@element file-input
1821
@status beta
1922
@homepage index.html

0 commit comments

Comments
 (0)