Format name and creator
This commit is contained in:
parent
da9ffd9224
commit
265583e0c5
6 changed files with 12 additions and 4 deletions
|
|
@ -286,6 +286,7 @@ gulp.task('bump:html', function () {
|
|||
return gulp
|
||||
.src('./index.html')
|
||||
.pipe(replace(/<sup class="version">(.*)<\/sup>/, '<sup class="version">' + pkg.version + '</sup>'))
|
||||
.pipe(replace(/BR.version = '(.*?)';/, "BR.version = '" + pkg.version + "';"))
|
||||
.pipe(gulp.dest('.'));
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue