remove unneded line from democonfig

This commit is contained in:
Iuri Matias 2018-02-23 19:42:26 -05:00
parent bb00987427
commit c84ef36b35
1 changed files with 0 additions and 1 deletions

View File

@ -2,7 +2,6 @@
"contracts": ["contracts/**"], "contracts": ["contracts/**"],
"app": { "app": {
"js/dapp.js": ["app/dapp.js"], "js/dapp.js": ["app/dapp.js"],
"js/jquery.js": ["app/js/_vendor/jquery.js"],
"index.html": "app/index.html", "index.html": "app/index.html",
"images/": ["app/images/**"] "images/": ["app/images/**"]
}, },