mmisw / orr-portal

ORR Frontend component
Apache License 2.0
8 stars 5 forks source link

Upgrade gulp 3.9.1 --> 4.0.1 #161

Closed lewismc closed 4 years ago

lewismc commented 4 years ago

I wanted to use gulp to list all of the tasks which can be executed. This is usually done by executing

gulp --list

This resulted in the issue described here and here. So I decided to go ahead and upgrade Gulp... PR coming up.

lewismc commented 4 years ago

@carueda I think we've got a regression on some of the previous logic. For example in master branch gulp dev is hanging again for me :(

carueda commented 4 years ago

gulp dev opens the app in my browser just fine. Maybe resync with master?

carueda commented 4 years ago

btw, let's close this one as gulp 4.0.2 is now in place

carueda commented 4 years ago

all seems to be ok when issuing gulp commands under the orr-portal codebase ... but for long while I've been fighting weird issues with such commands running as part of the docker image build ;(