gulp.task('clearCache', function() { // Still pass the files to clear cache for gulp.src('./lib/*.js') .pipe(cache.clear()); // Or, just call this for ...
確定! 回上一頁