From 69463d9120835bc1214be6f9d6d09b2bfe42f0dd Mon Sep 17 00:00:00 2001 From: Manuel Araoz Date: Wed, 16 Nov 2016 12:51:41 -0300 Subject: [PATCH] fix truffle build --- truffle.js | 10 ---------- 1 file changed, 10 deletions(-) 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