Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

Commit

Permalink
chore: rename proxy for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
mhevery committed Aug 17, 2016
1 parent 76acf6e commit fe76168
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -98,11 +98,11 @@ gulp.task('build/long-stack-trace-zone.min.js', function(cb) {
});

gulp.task('build/proxy-zone.js', function(cb) {
return generateBrowserScript('./lib/zone-spec/proxy-zone.ts', 'proxy-zone.js', false, cb);
return generateBrowserScript('./lib/zone-spec/proxy.ts', 'proxy.js', false, cb);
});

gulp.task('build/proxy-zone.min.js', function(cb) {
return generateBrowserScript('./lib/zone-spec/proxy-zone.ts', 'proxy-zone.min.js', true, cb);
return generateBrowserScript('./lib/zone-spec/proxy.ts', 'proxy.min.js', true, cb);
});

gulp.task('build/task-tracking.js', function(cb) {
Expand Down

0 comments on commit fe76168

Please sign in to comment.