add: build replace-in-file includes html and css
This commit is contained in:
parent
be0b82f23d
commit
f5f2fd3297
|
|
@ -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`,
|
||||
|
|
|
|||
Loading…
Reference in New Issue