2017-02-09 19:38:02 -05:00
|
|
|
{
|
2019-08-30 15:50:20 -05:00
|
|
|
"contracts": ["app/contracts/**"],
|
2017-02-09 19:38:02 -05:00
|
|
|
"app": {
|
2017-12-13 09:01:53 -05:00
|
|
|
"js/jquery.js": "app/js/_vendor/jquery.min.js",
|
|
|
|
"js/bootstrap.js": "app/js/_vendor/bootstrap.min.js",
|
2017-02-09 19:38:02 -05:00
|
|
|
"css/app.css": ["app/css/**"],
|
|
|
|
"images/": ["app/images/**"],
|
2017-12-13 17:36:24 -05:00
|
|
|
"js/app.js": ["app/js/index.js"],
|
2018-08-27 16:46:00 -04:00
|
|
|
"js/test.js": ["app/js/_vendor/jquery.min.js", "app/js/_vendor/async.min.js", "app/js/test.js"],
|
2017-02-09 21:05:45 -05:00
|
|
|
"index.html": "app/index.html",
|
2017-02-20 17:12:13 -05:00
|
|
|
"test.html": "app/test.html",
|
2018-02-28 17:45:39 -05:00
|
|
|
"test2.html": "app/test2.html",
|
|
|
|
"test3.html": "app/test3.haml"
|
2017-02-09 19:38:02 -05:00
|
|
|
},
|
|
|
|
"buildDir": "dist/",
|
|
|
|
"config": "config/",
|
2018-03-31 19:35:20 -04:00
|
|
|
"versions": {
|
2020-01-17 11:32:32 -06:00
|
|
|
"solc": "0.4.26"
|
2018-03-31 19:35:20 -04:00
|
|
|
},
|
2019-10-22 09:27:22 -04:00
|
|
|
"plugins": {
|
|
|
|
"embark-dapp-test-service": {}
|
|
|
|
},
|
2018-08-20 09:27:23 -04:00
|
|
|
"options": {
|
|
|
|
"solc": {
|
|
|
|
"optimize": true,
|
|
|
|
"optimize-runs": 200
|
|
|
|
}
|
2019-01-31 05:58:54 +01:00
|
|
|
},
|
|
|
|
"generationDir": "embarkArtifacts"
|
2017-02-09 19:38:02 -05:00
|
|
|
}
|