task('minify-css', function () { return gulp. src ('*.css') . pipe (minifyCss()) . pipe ( gulp. dest ('dist')); });.
確定! 回上一頁