embark-area-51/demo/embark.json

14 lines
272 B
JSON
Raw Normal View History

2016-08-14 10:34:42 -04:00
{
2018-01-11 09:29:42 -05:00
"contracts": ["contracts/**"],
2016-08-14 10:34:42 -04:00
"app": {
2018-01-12 16:33:16 -05:00
"js/dapp.js": ["app/dapp.js"],
2018-01-03 12:42:48 -05:00
"js/jquery.js": ["app/js/_vendor/jquery.js"],
"index.html": "app/index.html",
"images/": ["app/images/**"]
2016-08-14 10:34:42 -04:00
},
2016-08-21 23:40:05 -04:00
"buildDir": "dist/",
"config": "config/",
2017-01-26 06:29:17 -05:00
"plugins": {
}
2016-08-14 10:34:42 -04:00
}