mirror of
https://github.com/status-im/contracts.git
synced 2025-02-23 20:18:42 +00:00
12 lines
230 B
JSON
12 lines
230 B
JSON
|
{
|
||
|
"contracts": ["contracts/**"],
|
||
|
"app": {
|
||
|
"css/app.css": ["app/css/**"],
|
||
|
"js/app.js": ["embark.js", "app/js/**"],
|
||
|
"index.html": "app/index.html"
|
||
|
},
|
||
|
"buildDir": "dist/",
|
||
|
"config": "config/",
|
||
|
"plugins": {}
|
||
|
}
|