sprintly / sprintly-kanban

A Kanban Board for Sprintly
https://kanban.sprint.ly
ISC License
493 stars 81 forks source link

Add correct dependencies to gulp tasks #78

Closed khalsah closed 9 years ago

khalsah commented 9 years ago

What's this PR do?

Add's correct dependencies to gulp-file to prevent race condition in production css build (the cssmin step previously wouldn't wait for the less build to finish).

Any background context you want to provide?

We should get rid of gulp, until then it should at least be correct.