embark/demo/embark.json

15 lines
314 B
JSON
Raw Normal View History

2016-08-14 14:34:42 +00:00
{
"contracts": ["app/contracts/**"],
"app": {
2018-01-03 17:42:48 +00:00
"js/app.js": ["app/js/index.js"],
"js/jquery.js": ["app/js/_vendor/jquery.js"],
"index.html": "app/index.html",
2016-08-14 14:34:42 +00:00
"css/app.css": ["app/css/**"],
2018-01-03 17:42:48 +00:00
"images/": ["app/images/**"]
2016-08-14 14:34:42 +00:00
},
2016-08-22 03:40:05 +00:00
"buildDir": "dist/",
"config": "config/",
2017-01-26 11:29:17 +00:00
"plugins": {
}
2016-08-14 14:34:42 +00:00
}