mirror of
https://github.com/embarklabs/embark.git
synced 2025-01-12 14:54:57 +00:00
14 lines
272 B
JSON
14 lines
272 B
JSON
{
|
|
"contracts": ["contracts/**"],
|
|
"app": {
|
|
"js/dapp.js": ["app/dapp.js"],
|
|
"js/jquery.js": ["app/js/_vendor/jquery.js"],
|
|
"index.html": "app/index.html",
|
|
"images/": ["app/images/**"]
|
|
},
|
|
"buildDir": "dist/",
|
|
"config": "config/",
|
|
"plugins": {
|
|
}
|
|
}
|