Browse Source

BMC : Enable ProductionScript in CompanyMaster IndexPage

feature/AddUrlPropertyInLoginAndRegister
Palash Biswas 2 years ago
parent
commit
a3c1042ed2
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      BCS.BMC/src/BCS.BMC.Web.Mvc/Views/CompanyMaster/Index.cshtml

+ 3
- 3
BCS.BMC/src/BCS.BMC.Web.Mvc/Views/CompanyMaster/Index.cshtml View File

@ -12,9 +12,9 @@
<script src="~/view-resources/Views/CompanyMaster/Index.js" asp-append-version="true"></script> <script src="~/view-resources/Views/CompanyMaster/Index.js" asp-append-version="true"></script>
</environment> </environment>
@* <environment names="Staging,Production">
<script src="~/view-resources/Views/Users/ClientMaster.min.js" asp-append-version="true"></script>
</environment>*@
<environment names="Staging,Production">
<script src="~/view-resources/Views/CompanyMaster/Index.min.js" asp-append-version="true"></script>
</environment>
} }


Loading…
Cancel
Save