2017-02-09 19:38:02 -05:00
|
|
|
{
|
|
|
|
"contracts": ["app/contracts/**"],
|
|
|
|
"app": {
|
2017-12-07 15:27:03 -05:00
|
|
|
"js/webpack_test.js": "app/js/index.js",
|
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-12 12:20:57 -05:00
|
|
|
"js/app.js": ["app/js/_vendor/jquery.min.js", "app/js/_vendor/bootstrap.min.js", "app/js/**", "!app/js/test.js", "!app/js/foo.js", "!app/js/foo.css", "!app/js/new_index.js"],
|
2017-12-08 10:11:18 -05:00
|
|
|
"js/new_app.js": ["app/js/new_index.js"],
|
2017-12-12 12:20:57 -05: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-12-08 10:11:18 -05:00
|
|
|
"new_index.html": "app/new_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-babel": {"files": ["**/*.js", "**/*.jsx", "!**/_vendor/*.js"]},
|
|
|
|
"embark-service": {}
|
2017-02-09 19:38:02 -05:00
|
|
|
}
|
|
|
|
}
|