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'),
|
pkg: grunt.file.readJSON('package.json'),
|
||||||
combine: {
|
combine: {
|
||||||
single: {
|
single: {
|
||||||
input: "./src/bitaddress-ui.html",
|
input: "./src/index.html",
|
||||||
output: "./bitaddress.org.html",
|
output: "./index.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" },
|
||||||
|
|
Loading…
Add table
Reference in a new issue