2017-02-10 00:38:02 +00:00
|
|
|
{
|
|
|
|
"contracts": ["app/contracts/**"],
|
|
|
|
"app": {
|
|
|
|
"css/app.css": ["app/css/**"],
|
|
|
|
"images/": ["app/images/**"],
|
|
|
|
"js/app.js": ["embark.js", "app/js/_vendor/jquery.min.js", "app/js/_vendor/bootstrap.min.js", "app/js/**"],
|
2017-02-16 00:27:23 +00:00
|
|
|
"js/abi.js": "abi.js",
|
2017-02-10 02:05:45 +00:00
|
|
|
"index.html": "app/index.html",
|
|
|
|
"test.html": "app/test.html"
|
2017-02-10 00:38:02 +00:00
|
|
|
},
|
|
|
|
"buildDir": "dist/",
|
|
|
|
"config": "config/",
|
|
|
|
"plugins": {
|
2017-02-10 02:05:45 +00:00
|
|
|
"embark-babel": {"files": ["**/*.js", "**/*.jsx", "!**/_vendor/*.js"]}
|
2017-02-10 00:38:02 +00:00
|
|
|
}
|
|
|
|
}
|