slushjs / slush-angular

A slush generator for AngularJS using the Google Angular App Structure Recommendations
129 stars 32 forks source link

Created project is broken if sample app was not selected #6

Closed reflog closed 10 years ago

reflog commented 10 years ago

If the user decided NOT to take the sample 'todo' app, then no views will be created and the -templates module will fail to be created - so the created app will fail to initialize. Atleast one view is required in order for the build to work. Either the gulp rule to create the templates needs to be fixed - or atleast one template needs to be made.

joakimbeng commented 10 years ago

You're absolutely right! Will have to fix that..

vertti commented 10 years ago

I would guess this to be the most typical use case. Still it remains broken for close to 4 months now. :( For someone trying Gulp and Slush for the first time, not a great welcome.

joakimbeng commented 10 years ago

Sorry for the superslow fix! It works now in v.0.4.5.

Thanks @vertti for reminding me of this!