File tree 3 files changed +7
-5
lines changed
3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 11
11
12
12
{% endcomment %}
13
13
14
+ <!-- TODO put back when https://github.com/Polymer/HTMLImports/issues/42 is fixed. -->
14
15
<!-- <link rel="import" href="/components/polymer/polymer.html"> -->
15
16
16
17
<!-- Leftnav and top toolbar. Used on all pages. -->
17
- <!-- <link rel="import" href="../components/polymer-ui-menu/polymer-ui-menu.html">
18
- <link rel="import" href="../components/polymer-ui-menu-item/polymer-ui-menu-item.html">
19
- <link rel="import" href="../components/polymer-ui-submenu-item/polymer-ui-submenu-item.html">
20
- <link rel="import" href="../components/polymer-ui-nav-arrow/polymer-ui-nav-arrow.html"> -->
21
18
< link rel ="import " href ="../components/polymer-ui-toolbar/polymer-ui-toolbar.html ">
22
19
< link rel ="import " href ="../components/polymer-flex-layout/polymer-flex-layout.html ">
23
20
< link rel ="import " href ="../elements/docs-menu.html ">
Original file line number Diff line number Diff line change 35
35
36
36
# Vulcanize common elements for the site
37
37
# node polymer-all/labs/vulcanize/bin/vulcanize -i _includes/common_elements.html -o elements/common_elements.vulcanized.html
38
- # vulcanize _includes/common_elements.html -o elements/common_elements.vulcanized.html
38
+ vulcanize --config vulcanize_config.json _includes/common_elements.html -o elements/common_elements.vulcanized.html
39
39
40
40
# Compile .sass files.
41
41
compass compile
Original file line number Diff line number Diff line change
1
+ {
2
+ "excludes" : {
3
+ "imports" : [" polymer.html$" ]
4
+ }
5
+ }
You can’t perform that action at this time.
0 commit comments