mirror of
https://github.com/embarklabs/embark.git
synced 2025-01-10 05:46:03 +00:00
11 lines
217 B
JSON
11 lines
217 B
JSON
{
|
|
"contracts": ["app/contracts/**"],
|
|
"app": {
|
|
"css/app.css": ["app/css/**"],
|
|
"js/app.js": ["embark.js", "app/js/**"],
|
|
"index.html": "app/index.html"
|
|
},
|
|
"buildDir": "dist/",
|
|
"config": "config/"
|
|
}
|