Skip to content
This repository has been archived by the owner on Dec 21, 2020. It is now read-only.

Commit

Permalink
Merge pull request #2 from XuPeiYao/hotfix/no-redeclare
Browse files Browse the repository at this point in the history
Fix 'gulp_copy' is already defined
  • Loading branch information
徐培堯 authored Nov 20, 2017
2 parents 2386808 + e3f7e82 commit 69e2c30
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ var gulp = require('gulp'),
gulp_typescript = require('gulp-typescript'),
gulp_sourceMaps = require('gulp-sourcemaps'),
gulp_clean = require('gulp-clean'),
gulp_copy = require('gulp-copy'),
fs = require('fs');

gulp.task('clean', function() {
Expand Down

0 comments on commit 69e2c30

Please sign in to comment.