Update build file.

This commit is contained in:
Lars Jung 2015-04-10 20:48:26 +02:00
parent bd2b564876
commit 271c5fd9d2
2 changed files with 2 additions and 2 deletions

View file

@ -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};

View file

@ -27,6 +27,6 @@
"fquery-jszip": "~0.5.0",
"fquery-less": "~0.2.0",
"fquery-uglifyjs": "~0.2.1",
"mkr": "~0.8.1"
"mkr": "~0.8.2"
}
}