10
truffle.js
10
truffle.js
@ -1,14 +1,4 @@
|
|||||||
module.exports = {
|
module.exports = {
|
||||||
build: {
|
|
||||||
"index.html": "index.html",
|
|
||||||
"app.js": [
|
|
||||||
"javascripts/app.js"
|
|
||||||
],
|
|
||||||
"app.css": [
|
|
||||||
"stylesheets/app.css"
|
|
||||||
],
|
|
||||||
"images/": "images/"
|
|
||||||
},
|
|
||||||
rpc: {
|
rpc: {
|
||||||
host: "localhost",
|
host: "localhost",
|
||||||
port: 8545
|
port: 8545
|
||||||
|
|||||||
Reference in New Issue
Block a user