embark/boilerplate/embark.json

12 lines
234 B
JSON
Raw Normal View History

2016-08-13 15:58:03 +00:00
{
2016-08-14 14:34:42 +00:00
"contracts": ["app/contracts/**"],
2016-08-13 15:58:03 +00:00
"app": {
2016-08-14 14:34:42 +00:00
"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-13 15:58:03 +00:00
},
2016-08-22 03:40:05 +00:00
"buildDir": "dist/",
"config": "config/",
2017-01-16 12:00:41 +00:00
"plugins": {}
2016-08-13 15:58:03 +00:00
}