embark/test_apps/test_app/embark.json

25 lines
721 B
JSON
Raw Normal View History

2017-02-10 00:38:02 +00:00
{
2018-01-11 14:29:42 +00:00
"contracts": ["app/contracts/**", "contracts/**"],
2017-02-10 00:38:02 +00:00
"app": {
2017-12-13 14:01:53 +00:00
"js/jquery.js": "app/js/_vendor/jquery.min.js",
"js/bootstrap.js": "app/js/_vendor/bootstrap.min.js",
2017-02-10 00:38:02 +00:00
"css/app.css": ["app/css/**"],
"images/": ["app/images/**"],
2017-12-13 22:36:24 +00:00
"js/app.js": ["app/js/index.js"],
"js/test.js": ["app/js/_vendor/jquery.min.js", "app/js/_vendor/async.min.js", "app/js/test.js", "app/js/non_existant_file.js"],
2017-02-10 02:05:45 +00:00
"index.html": "app/index.html",
"test.html": "app/test.html",
2018-02-28 22:45:39 +00:00
"test2.html": "app/test2.html",
"test3.html": "app/test3.haml"
2017-02-10 00:38:02 +00:00
},
"buildDir": "dist/",
"config": "config/",
2018-03-31 23:35:20 +00:00
"versions": {
2018-04-12 22:52:13 +00:00
"solc": "0.4.18",
2018-03-31 23:35:20 +00:00
"ipfs-api": "17.2.6"
},
2017-02-10 00:38:02 +00:00
"plugins": {
"embark-service": {}
2017-02-10 00:38:02 +00:00
}
}