Commit 37de4cb4 authored by Arthur Verschaeve's avatar Arthur Verschaeve

Mozart: use unminified vendor libs

Ref gh-378
Close gh-1225
parent 3dd6105b
......@@ -10,10 +10,10 @@
<section id="todoapp"></section>
<footer id="info"></info>
<script src="http://cdnjs.cloudflare.com/ajax/libs/jquery/2.0.0/jquery.min.js"></script>
<script src="http://cdnjs.cloudflare.com/ajax/libs/underscore.js/1.4.4/underscore-min.js"></script>
<script src="http://cdnjs.cloudflare.com/ajax/libs/jquery/2.0.0/jquery.js"></script>
<script src="http://cdnjs.cloudflare.com/ajax/libs/underscore.js/1.4.4/underscore.js"></script>
<script src="http://cdnjs.cloudflare.com/ajax/libs/handlebars.js/1.0.rc.2/handlebars.runtime.js"></script>
<script src="http://cdn.bigcommerce.com/mozart/0.1.8/mozart.min.js"></script>
<script src="http://cdn.bigcommerce.com/mozart/0.1.8/mozart.js"></script>
<script src="js/i18n/en.js"></script>
<script src="js/app.js"></script>
</body>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment