Browse Source

fix truffle build

Manuel Araoz 9 years ago
parent
commit
69463d9120
1 changed files with 0 additions and 10 deletions
  1. 0 10
      truffle.js

+ 0 - 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