Skip to content

Commit

Permalink
Updating find/replace in soy task to account for output changes in me…
Browse files Browse the repository at this point in the history
…tal-tools-soy
  • Loading branch information
Robert-Frampton authored and Robert-Frampton committed Dec 2, 2017
1 parent b65824d commit 628179e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gulpfile.js
Expand Up @@ -8,7 +8,7 @@ gulp.task('soy', function() {
return gulp
.src('packages/metal-soy/test/**/*.soy')
.pipe(compileSoy())
.pipe(replace('metal-soy', '../..'))
.pipe(replace('metal-soy', '../../src/Soy'))
.pipe(replace('metal-component/src/Component', 'metal-component'))
.pipe(gulp.dest('packages/metal-soy/test'));
});
Expand Down

0 comments on commit 628179e

Please sign in to comment.