1

Should I use gulp to copy my node_modules over to my development directory? or is this bad practice? I am currently just copying them over but I feel like there is a better way.

clement360
  • 121
  • 1
  • 9

1 Answers1

0

I currently use gulp in my node projects. I think it is a perfectly good way to manage your application

vdbrown2
  • 16
  • 1