0

I am attempting to do a quick and dirty deployment of my app on Surge, and I am running into an issue with Yeoman Angular.

Basically, it's asking for references to the individual files for my directives, while the scripts are all combined into 1 file.

Is there a way I could include all the individual JavaScript files? Or does anyone know what I need to do with my deployment build so it renders properly on Surge?

Braiam
  • 1
  • 11
  • 47
  • 78
Tulun
  • 469
  • 4
  • 15
  • are running surge through dist? are you using grunt or gulp? – Niki Oct 20 '16 at 19:48
  • This was using Grunt through Yeoman-angular. And I was running through dist -- I ended up sort of giving up on this angle and just did it properly through Digital Ocean. – Tulun Oct 21 '16 at 05:28
  • why don't you use Heroku? checkout this guide on using Heroku: https://github.com/aniknafs/generator-angular-fullstack/blob/master/docs/generators/heroku.md – Niki Oct 21 '16 at 22:23

0 Answers0