Closed chalin closed 2 weeks ago
/cc @sftim
A related concern; the postinstall I think runs cp -R node_modules/bootstrap/scss/vendor/* assets/_vendor/bootstrap/scss/
and this is making assumptions about both the current working directory and the name of the install target.
Seems like NPM might not guarantee those are always the right values to make that command work.
For the cp
command, we've switched to use of the NPM cpy-cli
command. As for the working directory, I'll leave that as is for now. We can address any specific issues if/when they arise.
@sftim - btw, unless you run ci:prepare
, you won't hit the copy commands. The ci:prepare
script is only for those maintaining and releasing Docsy.
themesDir
in the sample config the "happy path"