angular / projects

github reference application for Angular 2.0
57 stars 34 forks source link

lib/platform.js is missing #5

Closed petebacondarwin closed 10 years ago

petebacondarwin commented 10 years ago

I run

gulp build serve

and then access localhost:8000 and the app fails with a 404 on lib/platform.js.

Should I retrieve this from somewhere?

tbosch commented 10 years ago

Did you do bower install?

Sent from my iPhone

On Jun 26, 2014, at 5:50 AM, Pete Bacon Darwin notifications@github.com wrote:

I run

gulp build serve

and then access localhost:8000 and the app fails with a 4040 on lib/platform.js.

Should I retrieve this from somewhere?

— Reply to this email directly or view it on GitHub https://github.com/angular/projects/issues/5.

petebacondarwin commented 10 years ago

Ah right. Probably not On 26 Jun 2014 16:48, "Tobias Bosch" notifications@github.com wrote:

Did you do bower install?

Sent from my iPhone

On Jun 26, 2014, at 5:50 AM, Pete Bacon Darwin notifications@github.com wrote:

I run

gulp build serve

and then access localhost:8000 and the app fails with a 4040 on lib/platform.js.

Should I retrieve this from somewhere?

— Reply to this email directly or view it on GitHub https://github.com/angular/projects/issues/5.

— Reply to this email directly or view it on GitHub https://github.com/angular/projects/issues/5#issuecomment-47243127.

petebacondarwin commented 10 years ago

That was it. Sorry!