mirror of
https://github.com/embarklabs/embark.git
synced 2025-01-23 03:59:18 +00:00
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…
x
Reference in New Issue
Block a user