Closed filmaj closed 5 years ago
@dshevtsov Can you please help Fil with this build issue? We should document to resolution.
@leslietilling the config.local.yml
approach does not work in the merchdocs project. The corresponding section should be removed from README. In fact, the entire README must be reviewed.
@filmaj to speed up building, you can generate only one edition instead of all three:
rake preview:ce
Preview the Open Source edition locally
rake preview:b2b
Preview the B2B edition locally
rake preview:ee
Preview the Commerce edition locally
Thanks for the tips!
I could send a pull request to update the readme and at least remove/revise the section around speeding up the build? Let me know what you think.
@filmaj sounds great, thank you!
Bug report
Description
The instructions on speeding up the build by creating a
_config.local.yml
do not work for me and fail the build.Steps to reproduce
Add a
_config.local.yml
file to the root of the repo. My local contents (I want to just build the latest):rake preview
. The output I see:Expected result
A successful local build of the site.
Possible solutions
Not sure...