Compress release packages.
This commit is contained in:
parent
fc918f1e3c
commit
69318824f6
2 changed files with 3 additions and 3 deletions
|
@ -29,7 +29,7 @@ function getBuildSuffix(callback) {
|
|||
}
|
||||
|
||||
|
||||
$.fn.autoprefixer = function (options) {
|
||||
$.fn.autoprefixer = function () {
|
||||
|
||||
var autoprefixer = require('autoprefixer-core');
|
||||
var options = {browsers: ['last 2 versions']};
|
||||
|
@ -202,7 +202,7 @@ module.exports = function (suite) {
|
|||
var target = path.join(build, pkg.name + '-' + pkg.version + '.zip');
|
||||
|
||||
$(build + ': **')
|
||||
.jszip({dir: build})
|
||||
.jszip({dir: build, level: 9})
|
||||
.write(target, true);
|
||||
});
|
||||
};
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
"fquery-includeit": "~0.2.0",
|
||||
"fquery-jade": "~0.3.0",
|
||||
"fquery-jshint": "~0.2.0",
|
||||
"fquery-jszip": "~0.4.0",
|
||||
"fquery-jszip": "~0.5.0",
|
||||
"fquery-less": "~0.2.0",
|
||||
"fquery-uglifyjs": "~0.2.1",
|
||||
"mkr": "~0.6.1"
|
||||
|
|
Loading…
Add table
Reference in a new issue