~bac/juju-gui/trunkcopy

« back to all changes in this revision

Viewing changes to test/index.html

  • Committer: Benji York
  • Date: 2012-12-07 13:59:27 UTC
  • mfrom: (269 juju-gui)
  • mto: This revision was merged to the branch mainline in revision 272.
  • Revision ID: benji.york@canonical.com-20121207135927-tfr6c6mkj662n2th
merge from trunk, resolving conflicts

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
<head>
4
4
  <meta charset="utf-8">
5
5
  <link rel="stylesheet" href="assets/mocha.css">
6
 
  <script src="../app/assets/javascripts/yui/yui/yui-debug.js"></script>
7
 
  <script src="../app/modules-debug.js"></script>
 
6
  <script src="/juju-ui/assets/all-yui.js"></script>
 
7
  <script src="/juju-ui/assets/modules.js"></script>
8
8
  <script src="assets/chai.js"></script>
9
9
  <script src="assets/mocha.js"></script>
10
10
  <script src="utils.js"></script>