dustinspecker / generator-ng-poly

Yeoman generator for modular AngularJS apps with Gulp and optional Polymer support
MIT License
237 stars 50 forks source link

Create multiple index file #362

Open camiloperezv opened 7 years ago

camiloperezv commented 7 years ago

Hi, I want to create two index files into the app folder, one is for the main body app, the other one is to create the sing-signup module, due to angular and ng-poly works as a SPA I need to have two independants views, how should I do it ?

Thanks