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