2017-02-09 19:38:02 -05:00
|
|
|
{
|
2018-01-11 09:29:42 -05:00
|
|
|
"contracts": ["app/contracts/**", "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-01-03 13:44:35 -05:00
|
|
|
"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-09 21:05:45 -05:00
|
|
|
"index.html": "app/index.html",
|
2017-02-20 17:12:13 -05:00
|
|
|
"test.html": "app/test.html",
|
2017-12-12 12:20:57 -05:00
|
|
|
"test2.html": "app/test2.html"
|
2017-02-09 19:38:02 -05:00
|
|
|
},
|
|
|
|
"buildDir": "dist/",
|
|
|
|
"config": "config/",
|
|
|
|
"plugins": {
|
2017-03-16 07:31:52 -04:00
|
|
|
"embark-service": {}
|
2017-02-09 19:38:02 -05:00
|
|
|
}
|
|
|
|
}
|