1
jiffier
4y

Today I've opened a nodejs project (its a vue spa) Then suddenly spotted a Makefile. It sure looked grotesque in there...

Comments
  • 1
    @molaram well, that Makefile had to do with docker, so I just closed the file quickly before fainting
  • 1
    Make is a bit arcane, but it's an excellent tool. You might want to crack it open again, there's probably some excellent integration tips to be gleaned from it's container workflow
  • 1
    make is definitely better than a large gulpfile.
Add Comment