mirror of https://github.com/embarklabs/embark.git
17 lines
474 B
JSON
17 lines
474 B
JSON
{
|
|
"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/**"],
|
|
"js/abi.js": "abi.js",
|
|
"index.html": "app/index.html",
|
|
"test.html": "app/test.html"
|
|
},
|
|
"buildDir": "dist/",
|
|
"config": "config/",
|
|
"plugins": {
|
|
"embark-babel": {"files": ["**/*.js", "**/*.jsx", "!**/_vendor/*.js"]}
|
|
}
|
|
}
|