fix truffle build

This commit is contained in:
Manuel Araoz
2016-11-16 12:51:41 -03:00
parent 3207996777
commit 69463d9120

View File

@ -1,14 +1,4 @@
module.exports = {
build: {
"index.html": "index.html",
"app.js": [
"javascripts/app.js"
],
"app.css": [
"stylesheets/app.css"
],
"images/": "images/"
},
rpc: {
host: "localhost",
port: 8545