0

我们有一个 ASP.NET MVC 网站,我们遇到的问题是:

部署网站时,我们会看到一些奇怪的与 Javascript 相关的错误,这些错误在本地运行网站时(在我们的任何计算机上)都不会发生。

例如:

  1. 手风琴菜单在单击时会立即打开和关闭,而不是保持正常打开状态。

  2. 一些通过 Javascript 处理点击事件的链接突然忽略了事件处理程序,并且在点击时什么也不做。

我们检查了集成机器上的文件,并多次检查了构建过程,并且每次都部署了正确版本的文件。

我们还能在哪里检查以解决此问题?

欢迎任何和所有建议!

谢谢。

4

1 回答 1

0

Thanks everyone !

We use Cassette for bundling our scripts, and as it turns out, I didn't notice that when we deploy, the cassette obtains one the the javascript files using a url.

That url pointed to a script we no longer use, and that was the cause for all of the weird bugs.

Thanks again.

于 2013-07-29T09:53:44.513 回答