Fix minor build issues.

pull/34/head v0.13.4
Lars Jung 9 years ago
parent d8e035a60c
commit a186351387

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

File diff suppressed because one or more lines are too long

@ -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,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",

Loading…
Cancel
Save