Skip to content

Commit 3dcd822

Browse files
committed
update readme
1 parent dd1c58f commit 3dcd822

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff 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

docs/structuring-application.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff 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+

0 commit comments

Comments
 (0)