I am doing a vanilla install of tower with node v0.8.12 and npm 1.1.63.
```
tower new app
cd app
npm install
cake watch
```
In a new terminal window I run my generators and start the server.
```
to…
I'm trying to use the 'requirejs' integration, as described here :
What I did was :
- fetch version '0.5.6' 'by hand' :
``` bash
curl http://registry.npmjs.org/testacular/-/testacular-0.5.6.tgz |…