mirror of
https://github.com/embarklabs/embark.git
synced 2025-01-09 21:35:58 +00:00
13 lines
222 B
JSON
13 lines
222 B
JSON
{
|
|
"contracts": ["contracts/**"],
|
|
"app": {
|
|
"js/dapp.js": ["app/dapp.js"],
|
|
"index.html": "app/index.html",
|
|
"images/": ["app/images/**"]
|
|
},
|
|
"buildDir": "dist/",
|
|
"config": "config/",
|
|
"plugins": {
|
|
}
|
|
}
|