Update compress deps.
This commit is contained in:
parent
8116b48d08
commit
0a00fc4228
@ -104,13 +104,14 @@ module.exports = function(grunt) {
|
|||||||
compress: {
|
compress: {
|
||||||
crx: {
|
crx: {
|
||||||
options: {
|
options: {
|
||||||
archive: 'builds/4chan-X.zip',
|
archive: 'builds/<%= pkg.name %>.zip',
|
||||||
level: 9,
|
level: 9,
|
||||||
pretty: true
|
pretty: true
|
||||||
},
|
},
|
||||||
expand: true,
|
expand: true,
|
||||||
cwd: 'builds/crx/',
|
flatten: true,
|
||||||
src: '**'
|
src: 'builds/crx/*',
|
||||||
|
dest: '/'
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
clean: {
|
clean: {
|
||||||
|
|||||||
@ -20,7 +20,7 @@
|
|||||||
"grunt-bump": "~0.0.0",
|
"grunt-bump": "~0.0.0",
|
||||||
"grunt-contrib-clean": "~0.4.0",
|
"grunt-contrib-clean": "~0.4.0",
|
||||||
"grunt-contrib-coffee": "~0.6.5",
|
"grunt-contrib-coffee": "~0.6.5",
|
||||||
"grunt-contrib-compress": "~0.4.7",
|
"grunt-contrib-compress": "~0.4.9",
|
||||||
"grunt-contrib-concat": "~0.1.3",
|
"grunt-contrib-concat": "~0.1.3",
|
||||||
"grunt-contrib-copy": "~0.4.1",
|
"grunt-contrib-copy": "~0.4.1",
|
||||||
"grunt-contrib-watch": "~0.3.1",
|
"grunt-contrib-watch": "~0.3.1",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user