embark/site/source
Michael Bradley, Jr e0f7913a02 feat: add support for `embark.config.js`
This commit introduces support for using `embark.config.js` to calculate the
embark configuration object that is otherwise provided via `embark.json`.

If an `embark.config.js` file is present, it will be used over the
`embark.json` file.  The `embark.config.js` module needs to export either an
object or a function that can be asynchronous and has to return or resolve with
an embark configuration object:

```js
// embark.config.js

module.exports = async function () {
  let config = ...; // do lazy calculation of `embarkConfig`;
  return config;
}
```
2020-03-06 09:45:43 -06:00
..
_data feat(plugins/scripts-runner): introduce exec command to run scripts 2020-02-12 16:47:04 -06:00
_posts build(deps): bump web3[-*] from 1.2.4 to 1.2.6 2020-02-03 10:17:07 -06:00
assets/images article: add web3 intro article 2019-12-09 20:37:31 +01:00
chat chore: move embark site into mono repo 2019-04-29 13:00:58 +02:00
community chore: localize static sites 2019-06-20 10:49:26 +02:00
docs feat: add support for `embark.config.js` 2020-03-06 09:45:43 -06:00
news chore: localize static sites 2019-06-20 10:49:26 +02:00
plugins chore: localize static sites 2019-06-20 10:49:26 +02:00
templates chore(@embark/site): Add `—template` deprecation notice. 2019-12-11 09:39:20 -05:00
tutorials chore: move embark site into mono repo 2019-04-29 13:00:58 +02:00
CNAME chore: update site urls 2020-01-28 12:07:17 -05:00
browserconfig.xml chore: move embark site into mono repo 2019-04-29 13:00:58 +02:00
coverage-files.png chore: move embark site into mono repo 2019-04-29 13:00:58 +02:00
coverage-report.png chore: move embark site into mono repo 2019-04-29 13:00:58 +02:00
embark-logo.svg chore: move embark site into mono repo 2019-04-29 13:00:58 +02:00
favicon.ico chore: move embark site into mono repo 2019-04-29 13:00:58 +02:00
index.md chore: localize static sites 2019-06-20 10:49:26 +02:00
robots.txt chore: move embark site into mono repo 2019-04-29 13:00:58 +02:00