Skip to content

Commit e1fc7fd

Browse files
committed
Merge branch 'hotfix'
2 parents 5aa8491 + accb6d4 commit e1fc7fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gulpfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ gulp.task('replace-page', function(){
5050
});
5151

5252
gulp.task('replace-template-links', function(){
53-
return gulp.src(['./src/php/post.php'])
53+
return gulp.src(['./src/php/template-links.php'])
5454
.pipe(replace('page.css', 'page.min.css'))
5555
.pipe(replace('index.css', 'index.min.css'))
5656
.pipe(gulp.dest('./'));

0 commit comments

Comments
 (0)