mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-05-31 15:28:19 -04:00
Update build file.
This commit is contained in:
parent
bd2b564876
commit
271c5fd9d2
2 changed files with 2 additions and 2 deletions
|
@ -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 env = {pkg: pkg};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue