Merge pull request #71 from maraoz/fix-truffle-build

fix truffle build
This commit is contained in:
Manuel Aráoz
2016-11-16 12:55:04 -03:00
committed by GitHub

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