contracts/embark.json

15 lines
352 B
JSON
Raw Permalink Normal View History

2018-03-12 11:31:17 -04:00
{
"contracts": ["contracts/**"],
2018-03-28 08:36:08 -04:00
"app": {
"js/dapp.js": ["app/dapp.js"],
2018-04-16 14:15:57 -04:00
"contracts-section.js": ["app/react/contracts-section.js"],
2018-03-28 08:36:08 -04:00
"index.html": "app/index.html",
2018-04-16 14:15:57 -04:00
"contracts-section.html": "app/react/contracts-section.html",
2018-03-28 08:36:08 -04:00
"images/": ["app/images/**"]
},
2018-03-12 11:31:17 -04:00
"buildDir": "dist/",
"config": "config/",
2018-03-13 09:22:50 -04:00
"plugins": {
}
2018-03-12 11:31:17 -04:00
}