mori icon indicating copy to clipboard operation
mori copied to clipboard

"./scripts/build.ps1" fails to build on Windows

Open hansgru opened this issue 10 years ago • 1 comments

According to the main Readme, for building on Windows, the following command can be used:

./scripts/build.ps1

Unfortunately this is not working in Win 7 or 8 (32 or 64 bit). The error is:

'.' is not recognized as an internal or external command,
operable program or batch file.

How to build it on windows?

hansgru avatar Jun 25 '15 09:06 hansgru

try running the same thing in a powershell prompt, that worked for me, but then it failed mid way through the build cause it couldn't find mori.bare.js :(, i was able to just call lein and build something that way.

juanka881 avatar Nov 25 '15 03:11 juanka881