Prevent text editor backup files and other garbage from getting into crx packages.
This commit is contained in:
parent
f3646feec7
commit
41e855594d
@ -287,6 +287,7 @@ module.exports = (grunt) ->
|
|||||||
clean:
|
clean:
|
||||||
builds: 'builds'
|
builds: 'builds'
|
||||||
testbuilds: 'testbuilds'
|
testbuilds: 'testbuilds'
|
||||||
|
crx: 'testbuilds/crx<%= pkg.meta.suffix[pkg.channel] %>'
|
||||||
tmpcrx: ['tmp-crx', 'testbuilds/updates<%= pkg.meta.suffix.noupdate %>.xml']
|
tmpcrx: ['tmp-crx', 'testbuilds/updates<%= pkg.meta.suffix.noupdate %>.xml']
|
||||||
tmpuserscript: [
|
tmpuserscript: [
|
||||||
'tmp-userscript',
|
'tmp-userscript',
|
||||||
@ -359,6 +360,7 @@ module.exports = (grunt) ->
|
|||||||
]
|
]
|
||||||
|
|
||||||
grunt.registerTask 'build-crx-channel', [
|
grunt.registerTask 'build-crx-channel', [
|
||||||
|
'clean:crx'
|
||||||
'concat:crx'
|
'concat:crx'
|
||||||
'copy:crx'
|
'copy:crx'
|
||||||
'zip-crx'
|
'zip-crx'
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user