Skip to content

Commit 132ab6d

Browse files
committed
cleanup
1 parent 76b88fb commit 132ab6d

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

tasks/syncResources.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ const fs = require('fs');
22
const fse = require('fs-extra');
33
const gp = require('gulp-load-plugins')();
44
const glob = require('glob');
5-
const path = require('path');
65

76
module.exports = function(resources) {
87

@@ -15,9 +14,7 @@ module.exports = function(resources) {
1514
for (var i = 0; i < files.length; i++) {
1615
var srcPath = files[i];
1716

18-
// console.log(srcPath);
1917
var dstPath = srcPath.replace(src, dst);
20-
2118
var srcStat = fs.statSync(srcPath);
2219

2320
if (srcStat.isDirectory()) {

0 commit comments

Comments
 (0)