EdwinVW / pitstop

This repo contains a sample application based on a Garage Management System for Pitstop - a fictitious garage. The primary goal of this sample is to demonstrate several software-architecture concepts like: Microservices, CQRS, Event Sourcing, Domain Driven Design (DDD), Eventual Consistency.
Apache License 2.0
1.08k stars 472 forks source link

Asdded async gulp task, so build in now not failing. #164

Closed thetalkingtree closed 2 weeks ago

thetalkingtree commented 3 weeks ago

While spinning up from a recent fork, the solution failed to compile with an error of gulp task not finished. After making the gulp task async, the solution is running with no issues.

EdwinVW commented 2 weeks ago

Thanks for this fix @thetalkingtree !