Skip to content

Commit

Permalink
added polymer-mini and polymer-micro to main
Browse files Browse the repository at this point in the history
Fixes #2617 by adding both files to main so they get copied over.

When using `bower-installer` (when I don't want to send dev files to production servers, and vulcanisation isn't set up yet) currently only `polymer.html` gets copied over. This fixes that.
  • Loading branch information
HaykoKoryun committed Dec 13, 2015
1 parent 9066a48 commit da5d781
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
"name": "polymer",
"version": "1.2.3",
"main": [
"polymer.html"
"polymer.html",
"polymer-mini.html",
"polymer-micro.html"
],
"license": "http://polymer.github.io/LICENSE.txt",
"ignore": [
Expand Down

0 comments on commit da5d781

Please sign in to comment.