embark-area-51/demo/embark.json

17 lines
420 B
JSON

{
"contracts": ["app/contracts/**"],
"app": {
"css/app.css": ["app/css/**"],
"js/app.js": ["embark.js", "app/js/_vendor/jquery.min.js", "app/js/_vendor/bootstrap.min.js", "app/js/**"],
"index.html": "app/index.html"
},
"buildDir": "dist/",
"config": "config/",
"plugins": {
"embark-pipelinefiles": {},
"embark-pipelinefiles2": {},
"embark-babel": {},
"embark-contracts": {}
}
}