缩小嵌入到dll中的javascript

时间:2014-05-22 09:27:27

标签: javascript asp.net bundle minify

我有一个Web应用程序,我想缩小嵌入到dll中的资源javascript。 我知道使用bundle i可以通过路径缩小资源,但在这种情况下,由于在运行时添加了de javascript,因此没有添加的路径。

在服务器控件中,在预渲染功能中使用此行代码

Page.ClientScript.RegisterClientScriptResource(Me.GetType(), "ViewPage.js")
汇编信息中的

<Assembly: WebResource("ViewPage.js", "text/javascript")> 

它正在运作,但javascript也是如此。 我可以在运行时缩小吗?