rename main html file to index.html
This commit is contained in:
parent
8c99d6bc8d
commit
781b95104e
3 changed files with 2 additions and 2 deletions
|
@ -4,8 +4,8 @@ module.exports = function (grunt) {
|
|||
pkg: grunt.file.readJSON('package.json'),
|
||||
combine: {
|
||||
single: {
|
||||
input: "./src/bitaddress-ui.html",
|
||||
output: "./bitaddress.org.html",
|
||||
input: "./src/index.html",
|
||||
output: "./index.html",
|
||||
tokens: [
|
||||
{ token: "//array.map.js", file: "./src/array.map.js" },
|
||||
{ token: "//biginteger.js", file: "./src/biginteger.js" },
|
||||
|
|
Loading…
Add table
Reference in a new issue