large image added for paperwallet and change grunt file for creating liteaddress.org.html
This commit is contained in:
parent
782ce24f46
commit
570eca12ab
3 changed files with 6 additions and 6 deletions
|
@ -7,7 +7,7 @@ module.exports = function (grunt) {
|
||||||
combine: {
|
combine: {
|
||||||
single: {
|
single: {
|
||||||
input: "./src/bitaddress-ui.html",
|
input: "./src/bitaddress-ui.html",
|
||||||
output: "./bitaddress.org.html",
|
output: "./liteaddress.org.html",
|
||||||
tokens: [
|
tokens: [
|
||||||
{ token: "//array.map.js", file: "./src/array.map.js" },
|
{ token: "//array.map.js", file: "./src/array.map.js" },
|
||||||
{ token: "//biginteger.js", file: "./src/biginteger.js" },
|
{ token: "//biginteger.js", file: "./src/biginteger.js" },
|
||||||
|
@ -53,7 +53,7 @@ module.exports = function (grunt) {
|
||||||
eol: 'lf'
|
eol: 'lf'
|
||||||
},
|
},
|
||||||
files: { // Files to process
|
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
Loading…
Add table
Reference in a new issue