Skip to content

Commit

Permalink
add: build replace-in-file includes html and css
Browse files Browse the repository at this point in the history
  • Loading branch information
windingwind committed Dec 17, 2023
1 parent be0b82f commit f5f2fd3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/build.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ function replaceString(buildTime) {
const replaceResult = replaceInFileSync({
files: [
`${buildDir}/addon/**/*.xhtml`,
`${buildDir}/addon/**/*.html`,
`${buildDir}/addon/**/*.css`,
`${buildDir}/addon/**/*.json`,
`${buildDir}/addon/prefs.js`,
`${buildDir}/addon/manifest.json`,
Expand Down

0 comments on commit f5f2fd3

Please sign in to comment.