I am using HTML pages in my angularjs MVC application instead of cshtml page. Now I am trying to bundle all the js files , I know for script rendering I can use this syntax @System.Web.Optimization.Scripts.Render("~/app/main.js")
What is the equivalent of using @script.render on a plain htm page ?