标签: angularjs gulp
如何用这种方法替换gulp start:
gulp.task('build', function(){ gulp.start(['css', 'js', 'html']) });
我知道链接下的答案,但是我无法实现。
Glup V4.0.0 'gulp start' is not a function