Search code examples
gulp-less

Is it good practice to have gulp copy modules?


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.


Solution

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