mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-08-09 15:26:46 +02:00
Update build file.
This commit is contained in:
@@ -95,7 +95,7 @@ module.exports = function (suite) {
|
|||||||
});
|
});
|
||||||
|
|
||||||
|
|
||||||
suite.target('build', ['check-version', 'lint'], 'build all updated files').task(function () {
|
suite.target('build', ['check-version', 'lint'], 'build all updated files, optionally use :uncompressed (e.g. mkr build :uncompressed)').task(function () {
|
||||||
|
|
||||||
var header = '/* ' + pkg.name + ' ' + pkg.version + ' - ' + pkg.homepage + ' */\n';
|
var header = '/* ' + pkg.name + ' ' + pkg.version + ' - ' + pkg.homepage + ' */\n';
|
||||||
var env = {pkg: pkg};
|
var env = {pkg: pkg};
|
||||||
|
@@ -27,6 +27,6 @@
|
|||||||
"fquery-jszip": "~0.5.0",
|
"fquery-jszip": "~0.5.0",
|
||||||
"fquery-less": "~0.2.0",
|
"fquery-less": "~0.2.0",
|
||||||
"fquery-uglifyjs": "~0.2.1",
|
"fquery-uglifyjs": "~0.2.1",
|
||||||
"mkr": "~0.8.1"
|
"mkr": "~0.8.2"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user