Open chasenlehara opened 7 years ago
make
doesn’t work out of the box on Windows. In the 2017-05-12 contributors meeting we discussed converting it to a Node.js script and using ShellJS.
Building the site is not working for me on Node 8 and npm 5 (it spits out an error about not being able to find brace-expansion
).
Basically everything in the original issue description still needs to be done, but we’re part way to making things better with Replace the Makefile with a Node script.
I’m moving this issue to the backlog because the rest of the fixes are not as urgent.
Another note: with the above PR, I was able to deploy the site with Node 8.1.4 and npm 5.3.0
You can run
make
to build & deploy the FuncUnit site, but the way it works seems like a hack:site
folder has its own Makefile and package.json, which seems oddsite/static
, while the Guides page loads fromguides/static
)Home page:
Guides page: