[dist][s]: move recline.js to dist/recline.js.

This commit is contained in:
Rufus Pollock
2012-06-08 21:28:07 +01:00
parent 1e65468f33
commit 882d31eca5
7 changed files with 7 additions and 6 deletions

View File

@@ -76,7 +76,7 @@ This is as per the [quickstart](example-quickstart.html) but the set of files is
<script type="text/javascript" src="src/backend/gdocs.js"></script>
<!-- Or you can just include all of recline. -->
<script type="text/javascript" src="recline.js"></script>
<script type="text/javascript" src="dist/recline.js"></script>
{% endhighlight %}