Make copy list inclusive rather than exclusive.
This commit is contained in:
parent
3016b2a7a1
commit
29ce710462
@ -87,13 +87,10 @@ module.exports = (grunt) ->
|
|||||||
src: 'testbuilds/<%= pkg.name %><%= pkg.meta.suffix.noupdate %>.crx.zip'
|
src: 'testbuilds/<%= pkg.name %><%= pkg.meta.suffix.noupdate %>.crx.zip'
|
||||||
dest: 'testbuilds/<%= pkg.name %>.zip'
|
dest: 'testbuilds/<%= pkg.name %>.zip'
|
||||||
builds:
|
builds:
|
||||||
cwd: 'testbuilds/'
|
src: ['testbuilds/*.js', 'testbuilds/*.crx', 'testbuilds/*.xml', 'testbuilds/<%= pkg.name %>.zip']
|
||||||
src: '*'
|
|
||||||
dest: 'builds/'
|
dest: 'builds/'
|
||||||
expand: true
|
expand: true
|
||||||
filter: (src) ->
|
flatten: true
|
||||||
pkg = grunt.config 'pkg'
|
|
||||||
grunt.file.isFile(src) and not /\.crx\.zip$/.test(src)
|
|
||||||
install:
|
install:
|
||||||
files: if grunt.file.exists('install.json') then grunt.file.readJSON('install.json') else []
|
files: if grunt.file.exists('install.json') then grunt.file.readJSON('install.json') else []
|
||||||
web:
|
web:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user