mirror of https://github.com/embarklabs/embark.git
10 lines
181 B
JSON
10 lines
181 B
JSON
|
{
|
||
|
"contracts": ["app/contracts/**"],
|
||
|
"app": {
|
||
|
"css/app.css": ["app/css/**"],
|
||
|
"js/app.js": ["app/js/**"],
|
||
|
"index.html": "app/index.html"
|
||
|
},
|
||
|
"config": "config/"
|
||
|
}
|