Eddie Monge Jr

Results 185 comments of Eddie Monge Jr

> Ha ok, this change must be in 'node:app' right? I think this sounds right. Should this be closed here and opened there? https://github.com/yeoman/generator-node/issues/new

Why do you need the full url. usually if you have a full url you are referencing some external file

I thought you said it was working in the last line of your original post

What version of generator-karma do you have?

`npm info -g generator-karma | grep 'version:'`

It sounds like generator-karma didnt run initially when you did the generator so the files aren't setup correctly. Take a look at https://github.com/yeoman/generator-angular/blob/master/app/index.js#L99 and add those to your karma file...

it should work since it works here: https://github.com/yeoman/generator-webapp/blob/master/app/templates/index.html#L13-L16

why does your css have relative paths but your js has absolute?