Skip to content

Commit

Permalink
Merge pull request #325 from Robert-Frampton/release/v2.15.1
Browse files Browse the repository at this point in the history
release/v2.15.1
  • Loading branch information
Robert Frampton committed Dec 4, 2017
2 parents 47e442f + e301c91 commit 13285da
Show file tree
Hide file tree
Showing 8 changed files with 1,001 additions and 858 deletions.
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
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
Loading

0 comments on commit 13285da

Please sign in to comment.