large image added for paperwallet and change grunt file for creating liteaddress.org.html

This commit is contained in:
ashraful sharif 2015-02-11 19:16:36 +06:00
parent 782ce24f46
commit 570eca12ab
3 changed files with 6 additions and 6 deletions

View file

@ -7,7 +7,7 @@ module.exports = function (grunt) {
combine: {
single: {
input: "./src/bitaddress-ui.html",
output: "./bitaddress.org.html",
output: "./liteaddress.org.html",
tokens: [
{ token: "//array.map.js", file: "./src/array.map.js" },
{ token: "//biginteger.js", file: "./src/biginteger.js" },
@ -53,7 +53,7 @@ module.exports = function (grunt) {
eol: 'lf'
},
files: { // Files to process
'./bitaddress.org.html': ['./bitaddress.org.html']
'./liteaddress.org.html': ['./liteaddress.org.html']
}
}
}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long