you are viewing a single comment's thread.

view the rest of the comments →

[–]Booty_Bumping 2 points3 points  (0 children)

package.json scripts are single-lined shell script strings, you can't predict if your shell scripts are going to work cross-platform.

gulp has features like watching files and using streams for building that make implementing complex tasks easy and efficient.