mirror of
https://github.com/embarklabs/embark.git
synced 2025-01-12 14:54:57 +00:00
15 lines
314 B
JSON
15 lines
314 B
JSON
{
|
|
"contracts": ["app/contracts/**"],
|
|
"app": {
|
|
"js/app.js": ["app/js/index.js"],
|
|
"js/jquery.js": ["app/js/_vendor/jquery.js"],
|
|
"index.html": "app/index.html",
|
|
"css/app.css": ["app/css/**"],
|
|
"images/": ["app/images/**"]
|
|
},
|
|
"buildDir": "dist/",
|
|
"config": "config/",
|
|
"plugins": {
|
|
}
|
|
}
|