~ya-bo-ng/juju-gui/bottom-bar-removed

« back to all changes in this revision

Viewing changes to app/modules.js

  • Committer: Benjamin Saller
  • Date: 2012-07-24 15:13:14 UTC
  • Revision ID: bcsaller@gmail.com-20120724151314-fbp6t4acbgeg7twu
Includings basic router

A simple test setup using YUI and Mocha together, seems easily viable.

A Makefile to install, test and run the server.js

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
                "juju-overview": {
9
9
                    fullpath: "/assets/javascripts/views/overview.js"
10
10
                },
 
11
                "juju-status": {
 
12
                    fullpath: "/assets/javascripts/views/status.js"
 
13
                },
11
14
                "juju-views":  {
12
 
                    use: ["juju-overview"]
 
15
                    use: ["juju-overview", "juju-status"]
13
16
                },
14
17
                "juju-models": {
15
18
                    fullpath: "/assets/javascripts/models/models.js"