mirror of
https://github.com/embarklabs/embark.git
synced 2025-02-17 08:07:51 +00:00
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/"
|
|
}
|