Skip to content
This repository has been archived by the owner on May 29, 2019. It is now read-only.

Commit

Permalink
Fixing jekyll path issues with latest update to gem
Browse files Browse the repository at this point in the history
  • Loading branch information
ebidel committed Jan 3, 2014
1 parent 932a01c commit 65d8adb
Show file tree
Hide file tree
Showing 14 changed files with 15 additions and 16 deletions.
2 changes: 1 addition & 1 deletion _includes/samples/basic-element.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<div class="tab-content">
<div class="tab-pane active" id="element">
{% highlight html %}
{% include_external ../samples/components/basic-element.html %}
{% include_external samples/components/basic-element.html %}
{% endhighlight %}
</div>
<div class="tab-pane" id="index">
Expand Down
2 changes: 1 addition & 1 deletion _includes/samples/tk-binding-to-elements.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<div class="tab-content">
<div class="tab-pane active" id="element13">
{% highlight html %}
{% include_external ../samples/components/tk-binding-to-elements.html %}
{% include_external samples/components/tk-binding-to-elements.html %}
{% endhighlight %}
</div>
<div class="tab-pane" id="index13">
Expand Down
2 changes: 1 addition & 1 deletion _includes/samples/tk-element-created.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<div class="tab-content">
<div class="tab-pane active" id="element10">
{% highlight html %}
{% include_external ../samples/components/tk-element-created.html%}
{% include_external samples/components/tk-element-created.html%}
{% endhighlight %}
</div>
<div class="tab-pane" id="index10">
Expand Down
2 changes: 1 addition & 1 deletion _includes/samples/tk-element-databinding-color.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<div class="tab-content">
<div class="tab-pane active" id="element5">
{% highlight html %}
{% include_external ../samples/components/tk-element-databinding-color.html %}
{% include_external samples/components/tk-element-databinding-color.html %}
{% endhighlight %}
</div>
<div class="tab-pane" id="index5">
Expand Down
2 changes: 1 addition & 1 deletion _includes/samples/tk-element-databinding.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<div class="tab-content">
<div class="tab-pane active" id="element3">
{% highlight html %}
{% include_external ../samples/components/tk-element-databinding.html %}
{% include_external samples/components/tk-element-databinding.html %}
{% endhighlight %}
</div>
<div class="tab-pane" id="index3">
Expand Down
2 changes: 1 addition & 1 deletion _includes/samples/tk-element-event-binding.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<div class="tab-content">
<div class="tab-pane active" id="element8">
{% highlight html %}
{% include_external ../samples/components/tk-node-finding.html %}
{% include_external samples/components/tk-node-finding.html %}
{% endhighlight %}
</div>
<div class="tab-pane" id="index8">
Expand Down
2 changes: 1 addition & 1 deletion _includes/samples/tk-element-property-public-publish.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<div class="tab-content">
<div class="tab-pane active" id="element7">
{% highlight html %}
{% include_external ../samples/components/tk-element-property-public-publish.html %}
{% include_external samples/components/tk-element-property-public-publish.html %}
{% endhighlight %}
</div>
<div class="tab-pane" id="index7">
Expand Down
2 changes: 1 addition & 1 deletion _includes/samples/tk-element-property-public.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<div class="tab-content">
<div class="tab-pane active" id="element6">
{% highlight html %}
{% include_external ../samples/components/tk-element-property-public.html %}
{% include_external samples/components/tk-element-property-public.html %}
{% endhighlight %}
</div>
<div class="tab-pane" id="index6">
Expand Down
2 changes: 1 addition & 1 deletion _includes/samples/tk-element-proto.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<div class="tab-content">
<div class="tab-pane active" id="tk-element-proto">
{% highlight html %}
{% include_external ../samples/components/tk-element-proto.html %}
{% include_external samples/components/tk-element-proto.html %}
{% endhighlight %}
</div>
<div class="tab-pane" id="tk-element-proto-index">
Expand Down
2 changes: 1 addition & 1 deletion _includes/samples/tk-element-public-access.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<div class="tab-content">
<div class="tab-pane active" id="element11">
{% highlight html %}
{% include_external ../samples/components/tk-element-public-access.html %}
{% include_external samples/components/tk-element-public-access.html %}
{% endhighlight %}
</div>
<div class="tab-pane" id="index11">
Expand Down
2 changes: 1 addition & 1 deletion _includes/samples/tk-element.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<div class="tab-content">
<div class="tab-pane active" id="element2">
{% highlight html %}
{% include_external ../samples/components/tk-element.html %}
{% include_external samples/components/tk-element.html %}
{% endhighlight %}
</div>
<div class="tab-pane" id="index2">
Expand Down
2 changes: 1 addition & 1 deletion _includes/samples/tk-node-finding.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<div class="tab-content">
<div class="tab-pane active" id="element12">
{% highlight html %}
{% include_external ../samples/components/tk-node-finding.html %}
{% include_external samples/components/tk-node-finding.html %}
{% endhighlight %}
</div>
<div class="tab-pane" id="index12">
Expand Down
2 changes: 1 addition & 1 deletion _includes/samples/tk-twoway-binding.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<div class="tab-content">
<div class="tab-pane active" id="element12">
{% highlight html %}
{% include_external ../samples/components/tk-twoway-binding.html %}
{% include_external samples/components/tk-twoway-binding.html %}
{% endhighlight %}
</div>
<div class="tab-pane" id="index12">
Expand Down
5 changes: 2 additions & 3 deletions getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,9 +140,8 @@ element's `prototype`.
The [lifecycle callbacks](/polymer.html#lifecyclemethods) are special methods you
can define on your element.

For example, when an element has been registered and finished initializing itself,
it calls its `created()` method (if one has been defined). The `created` callback is
a great place to do constructor-like initialization work.
When a custom element has been registered it calls its `created()` callback (if one has been defined). When {{site.project_title}} finishes its initialization, the `ready()` method is called.
The `ready` callback is a great place to do constructor-like initialization work.

{% include samples/tk-element-created.html %}

Expand Down

0 comments on commit 65d8adb

Please sign in to comment.