mirror of
https://github.com/embarklabs/embark.git
synced 2025-02-08 20:05:44 +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/**"],
|
"contracts": ["app/contracts/**"],
|
||||||
"app": {
|
"app": {
|
||||||
"css/app.css": ["app/css/**"],
|
"css/app.css": ["app/css/**"],
|
||||||
|
"images/": ["app/images/**"],
|
||||||
"js/app.js": ["embark.js", "app/js/**"],
|
"js/app.js": ["embark.js", "app/js/**"],
|
||||||
"index.html": "app/index.html"
|
"index.html": "app/index.html"
|
||||||
},
|
},
|
||||||
"buildDir": "dist/",
|
"buildDir": "dist/",
|
||||||
"config": "config/"
|
"config": "config/",
|
||||||
|
"plugins": {}
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -11,9 +11,12 @@ structure using ``embark.json``
|
|||||||
"contracts": ["app/contracts/**"],
|
"contracts": ["app/contracts/**"],
|
||||||
"app": {
|
"app": {
|
||||||
"css/app.css": ["app/css/**"],
|
"css/app.css": ["app/css/**"],
|
||||||
|
"images/": ["app/images/**"],
|
||||||
"js/app.js": ["embark.js", "app/js/**"],
|
"js/app.js": ["embark.js", "app/js/**"],
|
||||||
"index.html": "app/index.html"
|
"index.html": "app/index.html"
|
||||||
},
|
},
|
||||||
"buildDir": "dist/",
|
"buildDir": "dist/",
|
||||||
"config": "config/"
|
"config": "config/",
|
||||||
|
"plugins": {}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user