PearsonEducation / thalassa-aqueduct

Dynamic haproxy load balancer and configuration. Part of Thalassa
Other
37 stars 17 forks source link

Web UI doesn't work #4

Closed mmalecki closed 10 years ago

mmalecki commented 10 years ago

When I go to localhost:10000, I get:

screen shot 2013-11-12 at 14 40 32

And 2 errors in the console:

[14:41:29.450] ReferenceError: require is not defined @ http://localhost:10000/:8
[14:41:29.455] Error: No module: aqueduct @ https://ajax.googleapis.com/ajax/libs/angularjs/1.0.7/angular.min.js:17

It looks like JS in index.html should be browserified and we're missing an Angular module called aqueduct.

mbrevoort commented 10 years ago

Do you see any HTTP failures loading dependencies? Are you starting with npm start?

RBeaudoin commented 10 years ago

Is this an issue we can close?