Twitter bootstrap Visual Studio以加密方式发布Bootstrap.Js

Twitter bootstrap Visual Studio以加密方式发布Bootstrap.Js,twitter-bootstrap,visual-studio-2013,encryption,Twitter Bootstrap,Visual Studio 2013,Encryption,出于某种原因,每次我发布bootstrap.js或bootstrap.min.js时,它都会作为加密文件发布 我正在用bootstrap 3.0.2运行VS2013,我已经解密了我计算机上的文件。我重新启动了程序,重新拉入了文件 这真的很烦人,因为每次我想发布网站时,我都记得要删除加密,否则没有人可以访问该网站。使用以下代码行,而不是使用文件: <!-- Latest compiled and minified CSS --> <link rel="stylesheet" hr

出于某种原因,每次我发布bootstrap.js或bootstrap.min.js时,它都会作为加密文件发布

我正在用bootstrap 3.0.2运行VS2013,我已经解密了我计算机上的文件。我重新启动了程序,重新拉入了文件


这真的很烦人,因为每次我想发布网站时,我都记得要删除加密,否则没有人可以访问该网站。

使用以下代码行,而不是使用文件:

<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.0.3/css/bootstrap.min.css">

 <!-- Optional theme -->
 <link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.0.3/css/bootstrap-theme.min.css">

 <!-- Latest compiled and minified JavaScript -->
 <script src="//netdna.bootstrapcdn.com/bootstrap/3.0.3/js/bootstrap.min.js"></script>

您不需要将引导作为项目的一部分。。。我知道这不是一个真正的解决方案,而是一个解决方案,但您可以从CDN引用引导(以防您感到奇怪)。