File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -491,11 +491,13 @@ Embark is quite flexible and you can configure you're own directory structure us
491491 "contracts" : [" app/contracts/**" ],
492492 "app" : {
493493 "css/app.css" : [" app/css/**" ],
494+ "images/" : [" app/images/**" ],
494495 "js/app.js" : [" embark.js" , " app/js/**" ],
495496 "index.html" : " app/index.html"
496497 },
497498 "buildDir" : " dist/" ,
498- "config" : " config/"
499+ "config" : " config/" ,
500+ "plugins" : {}
499501}
500502```
501503
Original file line number Diff line number Diff line change @@ -11,9 +11,12 @@ structure using ``embark.json``
1111 "contracts" : [" app/contracts/**" ],
1212 "app" : {
1313 "css/app.css" : [" app/css/**" ],
14+ "images/" : [" app/images/**" ],
1415 "js/app.js" : [" embark.js" , " app/js/**" ],
1516 "index.html" : " app/index.html"
1617 },
1718 "buildDir" : " dist/" ,
18- "config" : " config/"
19+ "config" : " config/" ,
20+ "plugins" : {}
1921 }
22+
You can’t perform that action at this time.
0 commit comments