Deploy website to azure with bower dependencies

前端 未结 3 1885
醉酒成梦
醉酒成梦 2020-12-16 21:35

I have an ASPNET mvc project using both Nuget and Bower for dependencies. Now I need to either trigger bower to install components upon deployment or as fallback include the

3条回答
  •  北海茫月
    2020-12-16 22:08

    One important addition to the above - you must push both the unchanged .deployment file and modified .cmd file to deployment root for Azure to subsequently copy/execute your .cmd amendments. Otherwise it will regenerate a default .cmd

提交回复
热议问题