mirror of
https://github.com/embarklabs/embark.git
synced 2025-01-11 14:24:24 +00:00
load embark.json
This commit is contained in:
parent
285534abeb
commit
bfeee5eb4d
@ -29,6 +29,7 @@ const embarkPath = process.env.EMBARK_PATH;
|
|||||||
|
|
||||||
const embarkAliases = require(path.join(dappPath, '.embark/embark-aliases.json'));
|
const embarkAliases = require(path.join(dappPath, '.embark/embark-aliases.json'));
|
||||||
const embarkAssets = require(path.join(dappPath, '.embark/embark-assets.json'));
|
const embarkAssets = require(path.join(dappPath, '.embark/embark-assets.json'));
|
||||||
|
const embarkJson = require(path.join(dappPath, 'embark.json'));
|
||||||
|
|
||||||
// it's important to `embark reset` if a pkg version is specified in
|
// it's important to `embark reset` if a pkg version is specified in
|
||||||
// embark.json and changed/removed later, otherwise pkg resolution may behave
|
// embark.json and changed/removed later, otherwise pkg resolution may behave
|
||||||
|
Loading…
x
Reference in New Issue
Block a user