Fix minor build issues.

This commit is contained in:
Lars Jung
2016-05-26 19:11:02 +02:00
parent d8e035a60c
commit a186351387
4 changed files with 4 additions and 5 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
/*! jquery-qrcode v0.13.3 - https://larsjung.de/jquery-qrcode/ */
/*! jquery-qrcode v0.13.4 - https://larsjung.de/jquery-qrcode/ */
(function (vendor_qrcode) {
'use strict';
+1 -1
View File
File diff suppressed because one or more lines are too long
+1 -2
View File
@@ -15,7 +15,6 @@ ghu.before(runtime => {
runtime.pkg = Object.assign({}, require('./package.json'));
runtime.comment = `${runtime.pkg.name} v${runtime.pkg.version} - ${runtime.pkg.homepage}`;
runtime.commentJs = `/*! ${runtime.comment} */\n`;
runtime.commentHtml = `<!-- ${runtime.comment} -->`;
console.log(runtime.comment);
});
@@ -41,7 +40,7 @@ ghu.task('build:demo', runtime => {
read(`${SRC}/demo/*.jade`)
.then(jade({pkg: runtime.pkg}))
.then(write(mapfn.p(SRC, BUILD).s('.jade', ''), {overwrite: true})),
read(`${SRC}/demo/*, !*.jade`)
read(`${SRC}/demo/*, !**/*.jade`)
.then(write(mapfn.p(SRC, BUILD), {overwrite: true}))
]);
});
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "jquery-qrcode",
"displayName": "jQuery.qrcode",
"version": "0.13.3",
"version": "0.13.4",
"description": "Generate QR codes dynamically.",
"homepage": "https://larsjung.de/jquery-qrcode/",
"bugs": "https://github.com/lrsjng/jquery-qrcode/issues",