fix truffle build

pull/71/head
Manuel Araoz 8 years ago
parent 3207996777
commit 69463d9120
  1. 10
      truffle.js

@ -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

Loading…
Cancel
Save