Skip to content

Commit

Permalink
Update to latest vulcanize that takes excludes list
Browse files Browse the repository at this point in the history
  • Loading branch information
ebidel committed Dec 10, 2013
1 parent cdf4eeb commit 7b32081
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
5 changes: 1 addition & 4 deletions _includes/common_elements.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,10 @@

{% endcomment %}

<!-- TODO put back when https://github.com/Polymer/HTMLImports/issues/42 is fixed. -->
<!-- <link rel="import" href="/components/polymer/polymer.html"> -->

<!-- Leftnav and top toolbar. Used on all pages. -->
<!-- <link rel="import" href="../components/polymer-ui-menu/polymer-ui-menu.html">
<link rel="import" href="../components/polymer-ui-menu-item/polymer-ui-menu-item.html">
<link rel="import" href="../components/polymer-ui-submenu-item/polymer-ui-submenu-item.html">
<link rel="import" href="../components/polymer-ui-nav-arrow/polymer-ui-nav-arrow.html"> -->
<link rel="import" href="../components/polymer-ui-toolbar/polymer-ui-toolbar.html">
<link rel="import" href="../components/polymer-flex-layout/polymer-flex-layout.html">
<link rel="import" href="../elements/docs-menu.html">
Expand Down
2 changes: 1 addition & 1 deletion scripts/deploy_site.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@

# Vulcanize common elements for the site
#node polymer-all/labs/vulcanize/bin/vulcanize -i _includes/common_elements.html -o elements/common_elements.vulcanized.html
#vulcanize _includes/common_elements.html -o elements/common_elements.vulcanized.html
vulcanize --config vulcanize_config.json _includes/common_elements.html -o elements/common_elements.vulcanized.html

# Compile .sass files.
compass compile
Expand Down
5 changes: 5 additions & 0 deletions vulcanize_config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"excludes": {
"imports": ["polymer.html$"]
}
}

0 comments on commit 7b32081

Please sign in to comment.