diff --git a/truffle.js b/truffle.js index 6e3970801..dc2d3eaf9 100644 --- a/truffle.js +++ b/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