petebacondarwin / dgeni-angular

Apache License 2.0
55 stars 25 forks source link

Fixed clean task to correctly run default task #10

Open asier-paz opened 6 years ago

asier-paz commented 6 years ago

The default task uses runSequence which expects a promise to be returned and clean does not return one. Because of that, dgeni and assets tasks are not executed after the clean task.

Working like a charm now!