gulp-community / gulp-concat

Streaming concat middleware for gulp
MIT License
792 stars 127 forks source link

not working inherit directory structure from src. #120

Closed linlymatsumura closed 8 years ago

linlymatsumura commented 8 years ago

i make hotfix.

    if (typeof file === 'string') {
      joinedFile = latestFile.clone({contents: false});
      // joinedFile.path = path.join(latestFile.base, file);
    } else {
      joinedFile = new File(file);
    }
linlymatsumura commented 8 years ago

sorry, its my mistake :)