update readme
This commit is contained in:
parent
dd1c58ff9f
commit
3dcd82248f
|
@ -491,11 +491,13 @@ Embark is quite flexible and you can configure you're own directory structure us
|
|||
"contracts": ["app/contracts/**"],
|
||||
"app": {
|
||||
"css/app.css": ["app/css/**"],
|
||||
"images/": ["app/images/**"],
|
||||
"js/app.js": ["embark.js", "app/js/**"],
|
||||
"index.html": "app/index.html"
|
||||
},
|
||||
"buildDir": "dist/",
|
||||
"config": "config/"
|
||||
"config": "config/",
|
||||
"plugins": {}
|
||||
}
|
||||
```
|
||||
|
||||
|
|
|
@ -11,9 +11,12 @@ structure using ``embark.json``
|
|||
"contracts": ["app/contracts/**"],
|
||||
"app": {
|
||||
"css/app.css": ["app/css/**"],
|
||||
"images/": ["app/images/**"],
|
||||
"js/app.js": ["embark.js", "app/js/**"],
|
||||
"index.html": "app/index.html"
|
||||
},
|
||||
"buildDir": "dist/",
|
||||
"config": "config/"
|
||||
"config": "config/",
|
||||
"plugins": {}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue