我正在使用VS2008并且我在我的主表单中使用了10多个Jquery插件并且它的工作完美但是当我构建我的解决方案时需要很长时间来构建并且它停止工作。在我添加这些插件之前我在Visual Studio上没有问题。我如何解决这个问题。
<link href="../AdminCss/bootstrap.css" rel="stylesheet">
<link href="../AdminCss/bootstrap-responsive.css" rel="stylesheet">
<link href="../AdminCss/styles.css" rel="stylesheet">
<!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src="js/html5.js"></script>
<![endif]-->
<script src="../js/jquery.js"></script>
<script src="../js/bootstrap.min.js"></script>
<!-- addons -->
<script src="../js/chart-plugins.js"></script>
<script src="../js/jquery.uniform.js"></script>
<script src="../js/bootstrap-datepicker.js"></script>
<!-- plugins loader -->
<script src="../js/loader.js"></script>
<link rel="stylesheet" href="//code.jquery.com/ui/1.11.2/themes/smoothness/jquery-ui.css">
<script src="//code.jquery.com/jquery-1.10.2.js"></script>
<script src="//code.jquery.com/ui/1.11.2/jquery-ui.js"></script>
<link rel="stylesheet" href="/resources/demos/style.css">
<script src="../js/customCalender.js" type="text/javascript"></script>
<link href="../AdminCss/Admin.css" rel="stylesheet" type="text/css" />