embark/demo/embark.json

12 lines
234 B
JSON
Raw Normal View History

2016-08-14 14:34:42 +00:00
{
"contracts": ["app/contracts/**"],
"app": {
"css/app.css": ["app/css/**"],
2016-08-18 00:29:41 +00:00
"js/app.js": ["embark.js", "app/js/**"],
2016-08-14 14:34:42 +00:00
"index.html": "app/index.html"
},
2016-08-22 03:40:05 +00:00
"buildDir": "dist/",
"config": "config/",
"plugins": []
2016-08-14 14:34:42 +00:00
}