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

fix truffle build
pull/74/head
Manuel Aráoz 8 years ago committed by GitHub
commit a767b3df4a
  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