Angular-cli build with base-href also return programs folder when using git bash

后端 未结 4 1175
南方客
南方客 2020-12-31 07:32

I\'m trying to build my angular project with the angular-cli in a MINGW64 docker box on a Windows 7 Pro machine.

In git bash, the command I am using is:



        
4条回答
  •  星月不相逢
    2020-12-31 08:12

    I found on this website a solution that works for me on Git bash:

    npm ng build –base-href="//my-path\\" --prod
    

提交回复
热议问题