mirror of
https://github.com/status-im/embark-area-51.git
synced 2025-01-11 14:34:40 +00:00
note/question
This commit is contained in:
parent
2f2f007d5c
commit
6282e092f1
@ -32,6 +32,9 @@ class Pipeline {
|
||||
self.events.request('embark-building-placeholder', (html) => {
|
||||
fs.mkdirpSync(self.buildDir); // create dist/ folder if not already exists
|
||||
fs.writeFile(self.buildDir + 'index.html', html, next);
|
||||
// ^ ?? should this use path.join instead? templates' embark.json
|
||||
// files have a '/' hardcoded on the end of buildDir but that doesn't
|
||||
// seem too resilient
|
||||
});
|
||||
},
|
||||
function buildTheContracts(next) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user