[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

@@ -37,7 +37,7 @@ Before writing any code with Recline, you need to do the following preparation s
<script type="text/javascript" src="src/backend/memory.js"></script>
<script type="text/javascript" src="src/view-grid.js"></script>
-->
<script type="text/javascript" src="recline.js"></script>{% endhighlight %}
<script type="text/javascript" src="dist/recline.js"></script>{% endhighlight %}
4. Create a div to hold the Recline view(s):
{% highlight html %}