English 中文(简体)
在 chirpy 中文件组的典型程序是什么?
原标题:What is the typical process with filegroups in chirpy

我有一个配置为 Chirpy 的文件组 :

<FileGroup Name="1.min.js" Minify="False">
    <File Path="test/temp1.js" />
    <File Path="test/temp2.js" />
  </FileGroup>

现在,我设置了我的主页下载此脚本 < code> 1.min.js 。 到目前为止,这个脚本是好的。 但问题是当我在 < code> temp1.js 中编辑某些脚本时, 我必须在这个 mash. chirp. config 中加入这个脚本, 并将这个文件保存到 immin.js 上, 以便从 < code> temp1. js 中获取更新的更改。 这对我来说很无聊。 如果我忘记保存这两个脚本, 就会有无数分钟的时间来解开它为什么不起作用。 是否有更好的办法?

问题回答

我感到你的痛苦,我也有同样的问题。 基本上,我解决这个问题的方法就是直接告诉网页上加载联署材料。 这似乎也很好地适用于js调试器,因为这些文件还没有被简单化为一条线。

js 文件完成后, 我把它添加到我的mash.js.chirp. config 文件中, 以便合并和简化。 我知道这不是你所希望的答案, 但是尽管在开发过程中不得不在这个庄园里处理, 但最终的回报对我来说是值得的。

如果您真的想要强制它, 您可以在网络工程属性中添加代码, 在构建后命令行中添加代码, 以引用 chirpy 控制台来编译此文件 。 我曾经为此使用过代码, 但是现在找不到它。 有些信息是 < a href=> http:// chirpy.codeplex. com/ discussions/2 232543" rel= “ nofollow” ; 哦, 除非您设置了缩写 = true, 否则我将不命名您的文件. min.js 。 如果您忘记了它的话, 稍后会回来咬你 。

I found the link to force the compiler; http://www.annhoang.net/twitter-bootstrap-in-visual-studio-2010-with-chirpy-and-dotless/





相关问题
selected text in iframe

How to get a selected text inside a iframe. I my page i m having a iframe which is editable true. So how can i get the selected text in that iframe.

How to fire event handlers on the link using javascript

I would like to click a link in my page using javascript. I would like to Fire event handlers on the link without navigating. How can this be done? This has to work both in firefox and Internet ...

How to Add script codes before the </body> tag ASP.NET

Heres the problem, In Masterpage, the google analytics code were pasted before the end of body tag. In ASPX page, I need to generate a script (google addItem tracker) using codebehind ClientScript ...

Clipboard access using Javascript - sans Flash?

Is there a reliable way to access the client machine s clipboard using Javascript? I continue to run into permissions issues when attempting to do this. How does Google Docs do this? Do they use ...

javascript debugging question

I have a large javascript which I didn t write but I need to use it and I m slowely going trough it trying to figure out what does it do and how, I m using alert to print out what it does but now I ...

Parsing date like twitter

I ve made a little forum and I want parse the date on newest posts like twitter, you know "posted 40 minutes ago ","posted 1 hour ago"... What s the best way ? Thanx.

热门标签