Skip to content

Commit

Permalink
chore(): add remove debug statements logs
Browse files Browse the repository at this point in the history
  • Loading branch information
manucorporat committed Nov 2, 2016
1 parent 0a25a83 commit 7735be7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/gulp/util.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ export function copySourceToDest(destinationPath: string, excludeSpecs: boolean,
}
let stream = src(glob);
if (stripDebug) {
console.log('Removing debug statements ', destinationPath);
stream = stream.pipe(removeDebugStatements());
}
return stream.pipe(dest(destinationPath));
Expand Down

0 comments on commit 7735be7

Please sign in to comment.