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?